Skip to content

Commit

Permalink
no shaders may be crashing
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSillyDoggo committed Jan 26, 2024
1 parent c4a64fb commit c0e8016
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Hacks/NoShaders.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include <Geode/Geode.hpp>
/*#include <Geode/Geode.hpp>
#include <Geode/modify/ShaderLayer.hpp>
#include <Geode/modify/GJBaseGameLayer.hpp>
#include "../Client/Client.h"
Expand All @@ -12,4 +12,4 @@ class $modify (ShaderLayer)
if (!Client::GetModuleEnabled("no-shaders"))
ShaderLayer::performCalculations();
}
};
};*/

0 comments on commit c0e8016

Please sign in to comment.