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 }