Fix AnimationPlayer edited scene bug

(cherry picked from commit 223f085857)
This commit is contained in:
Peter Folkins 2018-04-23 14:06:40 -05:00 committed by Hein-Pieter van Braam
parent 31c4b743cb
commit 3013f4cf2b

View file

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