We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82ef6d4 commit 31cc247Copy full SHA for 31cc247
1 file changed
src/animation/AnimationManager.js
@@ -259,6 +259,7 @@ Phaser.AnimationManager.prototype = {
259
260
this.currentAnim = this._anims[name];
261
this.currentAnim.paused = false;
262
+ this.currentFrame = this.currentAnim.currentFrame;
263
return this.currentAnim.play(frameRate, loop, killOnComplete);
264
}
265
0 commit comments