Update glad.h

This commit is contained in:
Milan Nikolic 2018-02-22 15:48:35 +01:00
parent ffb5fed42e
commit 6061e72ea7
2 changed files with 26 additions and 1 deletions

View file

@ -1322,7 +1322,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
}