From c0e8016d94f3a992307b1b8a5afbf88f81d3a0ef Mon Sep 17 00:00:00 2001 From: Explodingbill Date: Sat, 27 Jan 2024 10:11:12 +1100 Subject: [PATCH] no shaders may be crashing --- src/Hacks/NoShaders.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Hacks/NoShaders.cpp b/src/Hacks/NoShaders.cpp index 9582dad..d07956a 100644 --- a/src/Hacks/NoShaders.cpp +++ b/src/Hacks/NoShaders.cpp @@ -1,4 +1,4 @@ -#include +/*#include #include #include #include "../Client/Client.h" @@ -12,4 +12,4 @@ class $modify (ShaderLayer) if (!Client::GetModuleEnabled("no-shaders")) ShaderLayer::performCalculations(); } -}; \ No newline at end of file +};*/ \ No newline at end of file