diff --git a/editor/filesystem_dock.cpp b/editor/filesystem_dock.cpp index 944da47242f..a47bbd321d9 100644 --- a/editor/filesystem_dock.cpp +++ b/editor/filesystem_dock.cpp @@ -1595,6 +1595,9 @@ void FileSystemDock::_update_dependencies_after_move(const HashMap scenes_to_reload; for (const String &E : p_file_owners) { // Because we haven't called a rescan yet the found remap might still be an old path itself. @@ -1604,7 +1607,11 @@ void FileSystemDock::_update_dependencies_after_move(const HashMapadd_io_error(TTR("Unable to update dependencies for:") + "\n" + E + "\n");