Fixes Scene corruption when child scene is renamed in another directory

Fixes #80379
This commit is contained in:
Tyler 2023-08-10 21:38:31 -04:00
parent 3cf1e04579
commit 98bdf279d7
1 changed files with 0 additions and 1 deletions

View File

@ -1745,7 +1745,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);