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