diff --git a/v3/src/gameobjects/components/animation/Restart.js b/v3/src/gameobjects/components/animation/Restart.js index 1849e09a6..a64091423 100644 --- a/v3/src/gameobjects/components/animation/Restart.js +++ b/v3/src/gameobjects/components/animation/Restart.js @@ -7,6 +7,7 @@ var Restart = function (includeDelay) this.forward = true; this.isPlaying = true; this.pendingRepeat = false; + this._paused = false; // Set frame this.updateFrame(this.currentAnim.frames[0]);