From d0de22c28fb31971571efb9f39d0acbf4c4c5f9e Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Tue, 16 Jan 2018 14:45:11 +0100 Subject: [PATCH] Update: CC - SpoonLib - Mouse Up (abw1ga2etc.js) 18 bytes modified --- abw1ga2etc.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/abw1ga2etc.js b/abw1ga2etc.js index 7871475..8d6ef48 100644 --- a/abw1ga2etc.js +++ b/abw1ga2etc.js @@ -13,7 +13,7 @@ if (!this.initialized) { this.animationSystem.start(); -var currentRotation = this.cylinder.rotation.x - 0.4488; +var currentRotation = this.cylinder.rotation.x; var number = 0.897597901; @@ -25,7 +25,7 @@ var result = number - remainder; console.log('current rotation: ' + currentRotation + ' remainder : ' + remainder + ' integer : ' + integer + ' result: ' + result); -this.cylinder.rotation.x += result + 0.4488; +this.cylinder.rotation.x += result;