瀏覽代碼

Merge pull request #18385 from flashyincceo/animation-save-bug

Fix AnimationPlayer edited scene bug
Gilles Roudière 7 年之前
父節點
當前提交
a096df5e45
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      editor/animation_editor.cpp

+ 0 - 1
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;