Update: CC - SpoonLib - Mouse Up (abw1ga2etc.js) 23 bytes modified

beta.r3js.org
-=yb4f310 2018-01-16 14:18:19 +01:00
parent d5e3f6e56f
commit 5baa242f77
1 changed files with 1 additions and 1 deletions

View File

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