diff --git a/GL/profiler.c b/GL/profiler.c index 479daac..968bc9f 100644 --- a/GL/profiler.c +++ b/GL/profiler.c @@ -24,7 +24,7 @@ typedef struct { static RootProfiler* root = NULL; -static char PROFILER_ENABLED = 1; +static char PROFILER_ENABLED = 0; void profiler_enable() { PROFILER_ENABLED = 1;