Update glad.h
This commit is contained in:
parent
ffb5fed42e
commit
6061e72ea7
2 changed files with 26 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue