From 9fafe31a379c730d2b021d2b5f5f9bb5cfedad51 Mon Sep 17 00:00:00 2001 From: Luke Benstead Date: Fri, 29 Mar 2019 08:48:01 +0000 Subject: [PATCH] Disable profiler --- GL/profiler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;