From a38deb611533a220a06965ede4a13819d2583813 Mon Sep 17 00:00:00 2001 From: danilo neves cruz Date: Mon, 18 Sep 2017 18:56:25 -0300 Subject: [PATCH] fix cc.view resizing --- cocos2d/core/platform/CCEGLView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,