mirror of
https://github.com/MCLCE/4JLibs.git
synced 2026-07-16 03:40:40 +00:00
chore: disable profiler
was not meant to be committed
This commit is contained in:
@@ -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
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user