From d5e3f6e56f985ec686a47f7d9286024898b16425 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Tue, 16 Jan 2018 14:17:18 +0100 Subject: [PATCH] Update: CC - SpoonLib - Mouse Up (abw1ga2etc.js) 61 bytes modified --- abw1ga2etc.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/abw1ga2etc.js b/abw1ga2etc.js index 082ccef..f34f494 100644 --- a/abw1ga2etc.js +++ b/abw1ga2etc.js @@ -14,8 +14,9 @@ if (!this.initialized) { var currentRotation = this.cylinder.rotation.x; var offset = currentRotation / 0.4488; +var remainder = currentRotation % 0.4488; -console.log(offset); +console.log('remainder: ' + remainder); this.animationSystem.start();