From 223f08585775ad09f7196ee408eaa0d8bef992a8 Mon Sep 17 00:00:00 2001 From: Peter Folkins Date: Mon, 23 Apr 2018 14:06:40 -0500 Subject: [PATCH] Fix AnimationPlayer edited scene bug --- editor/animation_editor.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/editor/animation_editor.cpp b/editor/animation_editor.cpp index 439ec37e71c..51e08d63c6a 100644 --- a/editor/animation_editor.cpp +++ b/editor/animation_editor.cpp @@ -3130,7 +3130,6 @@ void AnimationKeyEditor::set_animation(const Ref &p_anim) { timeline_pos = 0; _clear_selection(); - _update_paths(); _update_menu(); selected_track = -1;