Update rcore_desktop.c

This commit is contained in:
Sergei Baigerov 2024-02-23 14:40:30 +08:00 committed by GitHub
parent 5c67ab8780
commit 521ceeb174
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1584,6 +1584,8 @@ void ClosePlatform(void)
static void ErrorCallback(int error, const char *description) static void ErrorCallback(int error, const char *description)
{ {
TRACELOG(LOG_WARNING, "GLFW: Error: %i Description: %s", error, description); TRACELOG(LOG_WARNING, "GLFW: Error: %i Description: %s", error, description);
exit(1);
} }
// GLFW3 WindowSize Callback, runs when window is resizedLastFrame // GLFW3 WindowSize Callback, runs when window is resizedLastFrame