1
0
Fork 0

Fix regression in moving resources in filesystem dock

This commit is contained in:
Jordyfel 2025-02-06 19:10:44 +02:00
parent f0f5319b0b
commit 4391d88c1a
1 changed files with 0 additions and 5 deletions

View File

@ -1488,11 +1488,6 @@ void FileSystemDock::_try_move_item(const FileOrFolder &p_item, const String &p_
break;
}
}
} else {
Ref<Resource> res = ResourceCache::get_ref(old_path);
if (res.is_valid()) {
res->set_path_cache(new_path);
}
}
}