summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Folkins <folkins.peter@gmail.com>2018-04-23 14:06:40 -0500
committerPeter Folkins <folkins.peter@gmail.com>2018-04-23 14:06:40 -0500
commit223f08585775ad09f7196ee408eaa0d8bef992a8 (patch)
tree073bf99cde3f77418a2282a11cda743db7b27081
parent1c419531a009f48aa074f9b5f93b98d387c33723 (diff)
Fix AnimationPlayer edited scene bug
-rw-r--r--editor/animation_editor.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/animation_editor.cpp b/editor/animation_editor.cpp
index 439ec37e71..51e08d63c6 100644
--- a/editor/animation_editor.cpp
+++ b/editor/animation_editor.cpp
@@ -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;