From 6156d5458362cab088961874bf410e57868f121e Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Tue, 16 Jan 2018 14:54:01 +0100 Subject: [PATCH] Update: CC - SpoonLib - Mouse Up (abw1ga2etc.js) 0 bytes modified --- abw1ga2etc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abw1ga2etc.js b/abw1ga2etc.js index a4eabff..9e4b161 100644 --- a/abw1ga2etc.js +++ b/abw1ga2etc.js @@ -24,7 +24,7 @@ var result = number - remainder; console.log('current rotation: ' + currentRotation + ' remainder : ' + remainder + ' result: ' + result); if (currentRotation < 0) { - this.cylinder.rotation.x -= result + 0.4488; + this.cylinder.rotation.x += result - 0.4488; } else { this.cylinder.rotation.x += result - 0.4488; }