diff --git a/cocos2d/core/platform/CCEGLView.js b/cocos2d/core/platform/CCEGLView.js index 448f1b2f1b..9b8d5dcd83 100755 --- a/cocos2d/core/platform/CCEGLView.js +++ b/cocos2d/core/platform/CCEGLView.js @@ -125,7 +125,7 @@ cc.EGLView = cc.Class.extend(/** @lends cc.view# */{ // Custom callback for resize event _resizeCallback: null, - _orientationChanging: true, + _orientationChanging: false, _resizing: false, _scaleX: 1,