diff --git a/cocos2d/platform/CCScreen.js b/cocos2d/platform/CCScreen.js index bf79d9495f..418f43e71d 100644 --- a/cocos2d/platform/CCScreen.js +++ b/cocos2d/platform/CCScreen.js @@ -107,6 +107,7 @@ cc.Screen.getInstance = function () { if (!this._instance){ var screen = new cc.Screen(); screen.init(); + this._instance = screen; } return this._instance; };