Unix SDL: Unpause the main window after initialization, fixes #3940.

This commit is contained in:
OBattler
2023-12-27 21:39:23 +01:00
parent b239f4c102
commit 62917d5ef6

View File

@@ -1212,6 +1212,7 @@ main(int argc, char **argv)
thread_create(monitor_thread, NULL);
#endif
SDL_AddTimer(1000, timer_onesec, NULL);
plat_pause(1);
while (!is_quit) {
static int mouse_inside = 0;