diff --git a/abw1ga2etc.js b/abw1ga2etc.js index 7fb068c..22009e0 100644 --- a/abw1ga2etc.js +++ b/abw1ga2etc.js @@ -16,7 +16,7 @@ while (this.cylinder.rotation.x < 0) { this.cylinder.updateInstance('rotation'); } -this.animationSystem.stopped && this.animationSystem.start(); +!this.animationSystem.started && this.animationSystem.start(); var currentRotation = this.cylinder.rotation.x;