mirror of
https://github.com/godotengine/godot.git
synced 2024-11-10 14:12:51 +00:00
Merge pull request #94302 from TokageItLab/reset-after-change-animation-editor
Fix the behavior of after selecting animation on AnimationPlayerEditor to reset position to `0`
This commit is contained in:
commit
e25f3c0d38
@ -345,6 +345,7 @@ void AnimationPlayerEditor::_animation_selected(int p_which) {
|
|||||||
}
|
}
|
||||||
frame->set_max((double)anim->get_length());
|
frame->set_max((double)anim->get_length());
|
||||||
autoplay->set_pressed(current == player->get_autoplay());
|
autoplay->set_pressed(current == player->get_autoplay());
|
||||||
|
player->stop();
|
||||||
} else {
|
} else {
|
||||||
track_editor->set_animation(Ref<Animation>(), true);
|
track_editor->set_animation(Ref<Animation>(), true);
|
||||||
track_editor->set_root(nullptr);
|
track_editor->set_root(nullptr);
|
||||||
|
Loading…
Reference in New Issue
Block a user