From df6eca44b81ce36bf130f8639336d3b63bdba64e Mon Sep 17 00:00:00 2001 From: la <76826837+3UR@users.noreply.github.com> Date: Wed, 4 Mar 2026 08:54:03 +1000 Subject: [PATCH] chore: disable profiler was not meant to be committed --- Windows_Libs/Dev/Render/Profiler.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Windows_Libs/Dev/Render/Profiler.h b/Windows_Libs/Dev/Render/Profiler.h index 4c9229b..f1e5603 100644 --- a/Windows_Libs/Dev/Render/Profiler.h +++ b/Windows_Libs/Dev/Render/Profiler.h @@ -27,7 +27,7 @@ SOFTWARE. // requires linking Minecraft.Client against Ws2_32.lib // stats are available at http://127.0.0.1:1338/ -#define ENABLE_PROFILING +//#define ENABLE_PROFILING #ifdef ENABLE_PROFILING #include "microprofile/microprofile.h" @@ -43,4 +43,4 @@ SOFTWARE. #define PROFILER_INIT() ((void)0); #define PROFILER_FLIP() ((void)0); #define PROFILER_SCOPE(group, name, color) ((void)0); -#endif \ No newline at end of file +#endif