From 6992f30674329892a6ee202474f37d6e0afcff18 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Wed, 17 Jan 2018 11:58:30 +0100 Subject: [PATCH] Update: CC - SpoonLib - Mouse Up (abw1ga2etc.js) 1 bytes modified --- abw1ga2etc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;