소스 검색

Merge pull request #80503 from OXTyler/80379

Fixes Scene corruption when child scene is renamed in another directory
Rémi Verschelde 2 년 전
부모
커밋
e83fc9c03a
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      editor/filesystem_dock.cpp

+ 0 - 1
editor/filesystem_dock.cpp

@@ -1818,7 +1818,6 @@ void FileSystemDock::_rename_operation_confirm() {
 	_rescan();
 
 	print_verbose("FileSystem: saving moved scenes.");
-	_save_scenes_after_move(file_renames);
 
 	current_path = new_path;
 	current_path_line_edit->set_text(current_path);