diff options
author | Zoee Silcock <mrzoee@gmail.com> | 2023-01-29 13:18:22 +0100 |
---|---|---|
committer | Zoee Silcock <mrzoee@gmail.com> | 2023-02-01 16:21:58 +0100 |
commit | 85ff7a2d2a76110fe5c0db8b4575bf7f7bbe3740 (patch) | |
tree | 8116d0d736fb3d7f3057c6ef20317b91158e64ce /platform | |
parent | 0a9e6e478e3183d7bf3c5cb895c706bc6275d3ea (diff) |
Fix so that the main window is displayed before the splash screen minimum display time starts counting on Mac OS
Diffstat (limited to 'platform')
-rw-r--r-- | platform/macos/display_server_macos.mm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/macos/display_server_macos.mm b/platform/macos/display_server_macos.mm index b1880c2fb6..65546392c1 100644 --- a/platform/macos/display_server_macos.mm +++ b/platform/macos/display_server_macos.mm @@ -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") { |