diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/core.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"); } |
