We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98d6206 commit 4e12139Copy full SHA for 4e12139
cocos2d/platform/CCEGLView.js
@@ -53,6 +53,7 @@ cc.EGLView = cc.Class.extend(/** @lends cc.EGLView# */{
53
_designResolutionSize:cc.size(0, 0),
54
// the view port size
55
_viewPortRect:cc.rect(0,0,0,0),
56
+ _contentTranslateLeftTop : {left: 0, top: 0},
57
// the view name
58
_viewName:"",
59
_scaleX:1,
0 commit comments