Missed one call to migrate
This commit is contained in:
parent
5d4491667b
commit
b777353766
@ -412,7 +412,7 @@ static GLFWwindow *application_quit_canary = NULL;
|
||||
static int
|
||||
on_application_reopen(int has_visible_windows) {
|
||||
if (has_visible_windows) return true;
|
||||
set_cocoa_pending_action(NEW_OS_WINDOW);
|
||||
set_cocoa_pending_action(NEW_OS_WINDOW, NULL);
|
||||
// Without unjam wait_for_events() blocks until the next event
|
||||
unjam_event_loop();
|
||||
return false;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user