You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
Fix regression in moving resources in filesystem dock
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user