aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--backends/platform/iphone/osys_iphone.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/platform/iphone/osys_iphone.cpp b/backends/platform/iphone/osys_iphone.cpp
index 3f99720b9c..632d0167dd 100644
--- a/backends/platform/iphone/osys_iphone.cpp
+++ b/backends/platform/iphone/osys_iphone.cpp
@@ -162,6 +162,7 @@ void OSystem_IPHONE::initSize(uint width, uint height) {
else
iPhone_initSurface(width, height, false);
+ _fullScreenIsDirty = false;
dirtyFullScreen();
_mouseVisible = false;
_screenChangeCount++;