Parcourir la source

fix for eventmarker missed in first cl

pull/420/head
user il y a 7 ans
Parent
révision
217917530b
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. +5
    -0
      src/rlgl.c

+ 5
- 0
src/rlgl.c Voir le fichier

@ -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
}

Chargement…
Annuler
Enregistrer