Fix AnimationPlayer edited scene bug
This commit is contained in:
parent
1c419531a0
commit
223f085857
|
@ -3130,7 +3130,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