소스 검색

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;