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

beta.r3js.org
-=yb4f310 2018-01-16 14:54:01 +01:00
parent 51efaf74b1
commit 6156d54583
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 + ' result: ' + result);
if (currentRotation < 0) {
this.cylinder.rotation.x -= result + 0.4488;
this.cylinder.rotation.x += result - 0.4488;
} else {
this.cylinder.rotation.x += result - 0.4488;
}