summaryrefslogtreecommitdiff
path: root/editor
diff options
context:
space:
mode:
authorGilles Roudière <gilles.roudiere@gmail.com>2018-04-24 11:37:32 +0200
committerGitHub <noreply@github.com>2018-04-24 11:37:32 +0200
commita096df5e450ad028c1149b7378b65fd8a8c18b9c (patch)
tree9d981ae2596d1ec5fa3413dc819b514fe0dae1ff /editor
parent2e8dda1f3f1325337504c433d6625bec1f380838 (diff)
parent223f08585775ad09f7196ee408eaa0d8bef992a8 (diff)
Merge pull request #18385 from flashyincceo/animation-save-bug
Fix AnimationPlayer edited scene bug
Diffstat (limited to 'editor')
-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;