1
0
Fork 0

Fix so that the main window is displayed before the splash screen minimum display time starts counting on Mac OS

This commit is contained in:
Zoee Silcock 2023-01-29 13:18:22 +01:00
parent 0a9e6e478e
commit 85ff7a2d2a
1 changed files with 1 additions and 0 deletions

View File

@ -3920,6 +3920,7 @@ DisplayServerMacOS::DisplayServerMacOS(const String &p_rendering_driver, WindowM
}
}
show_window(MAIN_WINDOW_ID);
force_process_and_drop_events();
#if defined(GLES3_ENABLED)
if (rendering_driver == "opengl3") {