Fix AnimationPlayer edited scene bug

This commit is contained in:
Peter Folkins 2018-04-23 14:06:40 -05:00
parent 1c419531a0
commit 223f085857
1 changed files with 0 additions and 1 deletions

View File

@ -3130,7 +3130,6 @@ void AnimationKeyEditor::set_animation(const Ref<Animation> &p_anim) {
timeline_pos = 0;
_clear_selection();
_update_paths();
_update_menu();
selected_track = -1;