Parcourir la source

Unset CORE.Window.ready on CloseWindow (#1749)

Window shouldn't be considered ready when CloseWindow has been called.
pull/1754/head
Astie Teddy il y a 4 ans
committed by GitHub
Parent
révision
c82d9cb89a
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: 4AEE18F83AFDEB23
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. +1
    -0
      src/core.c

+ 1
- 0
src/core.c Voir le fichier

@ -919,6 +919,7 @@ void CloseWindow(void)
if (CORE.Input.Gamepad.threadId) pthread_join(CORE.Input.Gamepad.threadId, NULL);
#endif
CORE.Window.ready = false;
TRACELOG(LOG_INFO, "Window closed successfully");
}

Chargement…
Annuler
Enregistrer