mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Removal of Image from Variant, converted to a Resource.
This commit is contained in:
@@ -185,7 +185,7 @@ Ref<Resource> Resource::duplicate_for_local_scene(Node *p_for_scene, Map<Ref<Res
|
||||
return Ref<Resource>(r);
|
||||
}
|
||||
|
||||
Ref<Resource> Resource::duplicate(bool p_subresources) {
|
||||
Ref<Resource> Resource::duplicate(bool p_subresources) const {
|
||||
|
||||
List<PropertyInfo> plist;
|
||||
get_property_list(&plist);
|
||||
|
||||
Reference in New Issue
Block a user