Преглед изворни кода
Unset CORE.Window.ready on CloseWindow (#1749)
Window shouldn't be considered ready when CloseWindow has been called.
pull/1754/head
Astie Teddy
пре 3 година
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 измењених фајлова са
1 додато и
0 уклоњено
-
src/core.c
|
|
@ -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"); |
|
|
|
} |
|
|
|
|
|
|
|