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();