From 787b27a4b1cde2bd8e750b4eb477189565588e28 Mon Sep 17 00:00:00 2001 From: dhewg Date: Sun, 13 Mar 2011 16:42:50 +0100 Subject: ANDROID: Add missing updateScreen() calls --- backends/platform/android/android.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backends/platform/android/android.cpp b/backends/platform/android/android.cpp index e2e3174877..4391cf50db 100644 --- a/backends/platform/android/android.cpp +++ b/backends/platform/android/android.cpp @@ -423,6 +423,7 @@ bool OSystem_Android::pollEvent(Common::Event &event) { _force_redraw = true; updateScreen(); _force_redraw = true; + updateScreen(); event.type = Common::EVENT_SCREEN_CHANGED; @@ -431,6 +432,7 @@ bool OSystem_Android::pollEvent(Common::Event &event) { // new surface initSurface(); _force_redraw = true; + updateScreen(); event.type = Common::EVENT_SCREEN_CHANGED; -- cgit v1.2.3