From 98bdf279d7f7fa30e70c41b99f62052c478e52c2 Mon Sep 17 00:00:00 2001 From: Tyler Date: Thu, 10 Aug 2023 21:38:31 -0400 Subject: [PATCH] Fixes Scene corruption when child scene is renamed in another directory Fixes #80379 --- editor/filesystem_dock.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/editor/filesystem_dock.cpp b/editor/filesystem_dock.cpp index 751f1c575d6..8c569ea3a19 100644 --- a/editor/filesystem_dock.cpp +++ b/editor/filesystem_dock.cpp @@ -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);