Skip to content

Commit

Permalink
Fixes Scene corruption when child scene is renamed in another directory
Browse files Browse the repository at this point in the history
  • Loading branch information
OXTyler authored and mandryskowski committed Oct 11, 2023
1 parent c9f4750 commit 34164c3
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 34164c3

Please sign in to comment.