dmuratshin 8 年之前
父节点
当前提交
947ad539f7
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
             //ios bug workaround
-            flags &= ~SDL_WINDOW_FULLSCREEN;
+            //flags &= ~SDL_WINDOW_FULLSCREEN;
 #endif
 
             log::messageln("creating window %d %d", desc.w, desc.h);