From 622b149ba41afd49298562635a4b06036355f3d1 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Wed, 8 Nov 2017 17:49:25 +0100 Subject: [PATCH] Update: CC - Mouse Move - Moorcow (fsilsam72g.js) 4 bytes modified --- fsilsam72g.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fsilsam72g.js b/fsilsam72g.js index d9bc824..b6e6908 100644 --- a/fsilsam72g.js +++ b/fsilsam72g.js @@ -4,7 +4,7 @@ if (!this.entityLoaded) { var camera = GameLib.EntityManager.Instance.findComponentById('knwkksjc7n'); camera.lookAt.x = (-1 * (window.innerWidth / 2 - data.event.x)) * 0.025;//(window.clientWidth/ 2) + data.event.x; -camera.lookAt.y = (((window.innerHeight / 2 - data.event.y)) * 0.05) - 8; +camera.lookAt.y = (((window.innerHeight / 2 - data.event.y)) * 0.05); camera.updateInstance(); var cursorCamera = GameLib.EntityManager.Instance.findComponentById('b78qx660fo');