dmuratshin 8 years ago
parent
commit
947ad539f7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      oxygine/src/core/oxygine.cpp

+ 1 - 1
oxygine/src/core/oxygine.cpp

@@ -383,7 +383,7 @@ namespace oxygine
 
 
 #if TARGET_OS_IPHONE
 #if TARGET_OS_IPHONE
             //ios bug workaround
             //ios bug workaround
-            flags &= ~SDL_WINDOW_FULLSCREEN;
+            //flags &= ~SDL_WINDOW_FULLSCREEN;
 #endif
 #endif
 
 
             log::messageln("creating window %d %d", desc.w, desc.h);
             log::messageln("creating window %d %d", desc.w, desc.h);