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

beta.r3js.org
-=yb4f310 2018-01-16 14:49:24 +01:00
parent 56430d270b
commit 413be8d55b
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ var remainder = currentRotation % number;
var result = number - remainder;
console.log('current rotation: ' + currentRotation + ' remainder : ' + remainder + ' integer : ' + integer + ' result: ' + result);
//console.log('current rotation: ' + currentRotation + ' remainder : ' + remainder + ' integer : ' + integer + ' result: ' + result);
if (remainder < 0) {
this.cylinder.rotation.x -= result - 0.4488