Skip to content

Commit 3779652

Browse files
authored
Merge pull request phaserjs#3049 from igorpetushkov/master
restart and _paused
2 parents 6321a9d + b035fd6 commit 3779652

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

v3/src/gameobjects/components/animation/Restart.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ var Restart = function (includeDelay)
77
this.forward = true;
88
this.isPlaying = true;
99
this.pendingRepeat = false;
10+
this._paused = false;
1011

1112
// Set frame
1213
this.updateFrame(this.currentAnim.frames[0]);

0 commit comments

Comments
 (0)