Merge pull request #72307 from zoeesilcock/fix/splash-minimum-display-time-macos

[MacOS] Fix so that the main window is displayed before the splash screen minimum display time starts counting
This commit is contained in:
Rémi Verschelde 2023-02-02 09:38:01 +01:00
commit 6daf4d6008
No known key found for this signature in database
GPG Key ID: C3336907360768E1
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") {