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

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

View File

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