Skip to content

Commit 5947753

Browse files
committed
Merge pull request godotengine#102493 from Jordyfel/resource-moving-regression
Fix regression in moving resources in filesystem dock
2 parents 3fa2078 + 4391d88 commit 5947753

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

editor/filesystem_dock.cpp

-5
Original file line numberDiff line numberDiff line change
@@ -1488,11 +1488,6 @@ void FileSystemDock::_try_move_item(const FileOrFolder &p_item, const String &p_
14881488
break;
14891489
}
14901490
}
1491-
} else {
1492-
Ref<Resource> res = ResourceCache::get_ref(old_path);
1493-
if (res.is_valid()) {
1494-
res->set_path_cache(new_path);
1495-
}
14961491
}
14971492
}
14981493

0 commit comments

Comments
 (0)