aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/engine.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/engine.cpp b/engines/engine.cpp
index cde528e1cd..a177f44f6e 100644
--- a/engines/engine.cpp
+++ b/engines/engine.cpp
@@ -261,6 +261,8 @@ void splashScreen() {
// Delay 0.6 secs
uint time0 = g_system->getMillis();
Common::Event event;
+
+ // We must poll an event in order to have the window shown at least on Mac
g_system->getEventManager()->pollEvent(event);
while (time0 + 600 > g_system->getMillis()) {