Pārlūkot izejas kodu

Fixes Scene corruption when child scene is renamed in another directory
Fixes #80379

Tyler 2 gadi atpakaļ
vecāks
revīzija
98bdf279d7
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      editor/filesystem_dock.cpp

+ 0 - 1
editor/filesystem_dock.cpp

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