From 3013f4cf2bacc361058e7900b3e88aa242602142 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 (cherry picked from commit 223f08585775ad09f7196ee408eaa0d8bef992a8) --- editor/animation_editor.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/editor/animation_editor.cpp b/editor/animation_editor.cpp index 77c46dc4ae2..f1ffb01aaf5 100644 --- a/editor/animation_editor.cpp +++ b/editor/animation_editor.cpp @@ -3117,7 +3117,6 @@ void AnimationKeyEditor::set_animation(const Ref &p_anim) { timeline_pos = 0; _clear_selection(); - _update_paths(); _update_menu(); selected_track = -1;