Fix AnimationPlayer edited scene bug
(cherry picked from commit 223f085857
)
This commit is contained in:
parent
31c4b743cb
commit
3013f4cf2b
|
@ -3117,7 +3117,6 @@ void AnimationKeyEditor::set_animation(const Ref<Animation> &p_anim) {
|
||||||
|
|
||||||
timeline_pos = 0;
|
timeline_pos = 0;
|
||||||
_clear_selection();
|
_clear_selection();
|
||||||
_update_paths();
|
|
||||||
|
|
||||||
_update_menu();
|
_update_menu();
|
||||||
selected_track = -1;
|
selected_track = -1;
|
||||||
|
|
Loading…
Reference in New Issue