We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8867fd commit ec06e79Copy full SHA for ec06e79
1 file changed
src/gameobjects/components/AnimationState.js
@@ -1483,7 +1483,7 @@ var AnimationState = new Class({
1483
}
1484
1485
// And only do more if we're skipping frames and have time left
1486
- if (this.skipMissedFrames && this.accumulator > this.nextTick)
+ if (this.isPlaying && this._pendingStop === 0 && this.skipMissedFrames && this.accumulator > this.nextTick)
1487
{
1488
do
1489
0 commit comments