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

beta.r3js.org
-=yb4f310 2018-01-17 11:57:30 +01:00
parent 6130e9f110
commit 329de1ae7a
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ while (this.cylinder.rotation.x < 0) {
this.cylinder.updateInstance('rotation'); this.cylinder.updateInstance('rotation');
} }
this.animationSystem.start(); this.animationSystem.stopped && this.animationSystem.start();
var currentRotation = this.cylinder.rotation.x; var currentRotation = this.cylinder.rotation.x;