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

beta.r3js.org
-=yb4f310 2018-01-16 15:00:28 +01:00
parent 9d406fb27b
commit ebb2eec566
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ if (!this.initialized) {
}
while (this.cylinder.rotation.x < 0) {
this.cylinder.rotation.x += Math.PI;
this.cylinder.rotation.x += Math.PI * 2;
this.cylinder.updateInstance('rotation');
}