Skip to content

Commit

Permalink
Merge pull request #80503 from OXTyler/80379
Browse files Browse the repository at this point in the history
Fixes Scene corruption when child scene is renamed in another directory
  • Loading branch information
akien-mga committed Sep 12, 2023
2 parents 4758608 + 98bdf27 commit e83fc9c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion editor/filesystem_dock.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit e83fc9c

Please sign in to comment.