From 7fed476f79be645e65a9637868fe63131f188f61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Luis=20Boya=20Garc=C3=ADa?= Date: Mon, 3 Oct 2016 23:31:43 +0200 Subject: [PATCH] Fix blurriness dependent on position (#3387) --- cocos2d/core/CCDirectorWebGL.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () {