From 6caec508c53382bfd9ca23c6f817795d397c8e60 Mon Sep 17 00:00:00 2001 From: Milan Nikolic Date: Wed, 21 Feb 2018 22:30:28 +0100 Subject: [PATCH] Comment glInsertEventMarkerEXT --- raylib/rlgl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raylib/rlgl.c b/raylib/rlgl.c index cd68cbd..7b11c30 100644 --- a/raylib/rlgl.c +++ b/raylib/rlgl.c @@ -1324,7 +1324,7 @@ int rlGetVersion(void) void rlSetDebugMarker(const char *text) { #if defined(GRAPHICS_API_OPENGL_33) - if (debugMarkerSupported) glInsertEventMarkerEXT(0, text); + //if (debugMarkerSupported) glInsertEventMarkerEXT(0, text); #endif }