From 5baa242f7770712b03cebe9264c740ba6e09a613 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Tue, 16 Jan 2018 14:18:19 +0100 Subject: [PATCH] Update: CC - SpoonLib - Mouse Up (abw1ga2etc.js) 23 bytes modified --- abw1ga2etc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abw1ga2etc.js b/abw1ga2etc.js index f34f494..6bcd868 100644 --- a/abw1ga2etc.js +++ b/abw1ga2etc.js @@ -16,7 +16,7 @@ var currentRotation = this.cylinder.rotation.x; var offset = currentRotation / 0.4488; var remainder = currentRotation % 0.4488; -console.log('remainder: ' + remainder); +console.log('offset:' + offset + ', remainder: ' + remainder); this.animationSystem.start();