From 85ff7a2d2a76110fe5c0db8b4575bf7f7bbe3740 Mon Sep 17 00:00:00 2001 From: Zoee Silcock Date: Sun, 29 Jan 2023 13:18:22 +0100 Subject: Fix so that the main window is displayed before the splash screen minimum display time starts counting on Mac OS --- platform/macos/display_server_macos.mm | 1 + 1 file changed, 1 insertion(+) (limited to 'platform') 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") { -- cgit v1.2.3