You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
AnimationPlayer: fix scrubbing after play backwards
This commit is contained in:
@@ -1011,6 +1011,7 @@ void AnimationPlayerEditor::_seek_value_changed(float p_value, bool p_set) {
|
||||
|
||||
player->seek_delta(pos, pos - cpos);
|
||||
} else {
|
||||
player->stop(true);
|
||||
player->seek(pos, true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user