Skip to content

Commit b035fd6

Browse files
author
Igor Petushkov
committed
restart and _paused
1 parent f8eecb3 commit b035fd6

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)