From ab8319f9cc6c8909ed84eebb3a952ba47957bc2c Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Fri, 12 Jan 2018 13:11:11 +0100 Subject: [PATCH] Update: CC - SpoonLib - MouseMove (stiq4tf18d.js) 2 bytes modified --- stiq4tf18d.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stiq4tf18d.js b/stiq4tf18d.js index be10ae2..5a4de11 100644 --- a/stiq4tf18d.js +++ b/stiq4tf18d.js @@ -11,6 +11,6 @@ this.camera.position.x = ((window.innerWidth / 2 - data.event.clientX) / 15) + 3 this.camera.position.y = ((window.innerHeight / 2 + data.event.clientY) / 15) - 32; this.camera.updateInstance('position'); -console.log('camera x:' + this.camera.position.x + ',x: ' + data.event.clientX + ',y: ' + data.event.clientY); +//console.log('camera x:' + this.camera.position.x + ',x: ' + data.event.clientX + ',y: ' + data.event.clientY); //@ sourceURL=mouseMove.js \ No newline at end of file