Procházet zdrojové kódy

fix for eventmarker missed in first cl

pull/420/head
user před 7 roky
rodič
revize
217917530b
1 změnil soubory, kde provedl 5 přidání a 0 odebrání
  1. +5
    -0
      src/rlgl.c

+ 5
- 0
src/rlgl.c Zobrazit soubor

@ -4226,3 +4226,8 @@ void TraceLog(int msgType, const char *text, ...)
if (msgType == LOG_ERROR) exit(1);
}
#endif
void rlSetMarker(const char *text) {
if(debugMarkerSupported)
glInsertEventMarkerEXT(0, text); //0 terminated string
}

Načítá se…
Zrušit
Uložit