diff --git a/cocos2d/core/CCDirectorWebGL.js b/cocos2d/core/CCDirectorWebGL.js index bad8b75e21..63cd53a3b0 100644 --- a/cocos2d/core/CCDirectorWebGL.js +++ b/cocos2d/core/CCDirectorWebGL.js @@ -215,7 +215,7 @@ cc.game.addEventListener(cc.game.EVENT_RENDERER_INITED, function () { }; _p.getZEye = function () { - return (this._winSizeInPoints.height / 1.1566 ); + return (this._winSizeInPoints.height / 1.15469993750); }; _p.setViewport = function () {