You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-22 15:06:45 +00:00
AnimationPlayer: fix scrubbing after play backwards
This commit is contained in:
@@ -1010,6 +1010,7 @@ void AnimationPlayer::stop(bool p_reset) {
|
||||
c.blend.clear();
|
||||
if (p_reset) {
|
||||
c.current.from = NULL;
|
||||
c.current.speed_scale = 1;
|
||||
}
|
||||
_set_process(false);
|
||||
queued.clear();
|
||||
|
||||
Reference in New Issue
Block a user