Remove more instances of 'instance' being used as a verb
This commit is contained in:
@ -438,7 +438,7 @@ void EditorResourcePicker::_edit_menu_cbk(int p_which) {
|
||||
}
|
||||
|
||||
if (!obj) {
|
||||
obj = EditorNode::get_editor_data().instance_custom_type(intype, "Resource");
|
||||
obj = EditorNode::get_editor_data().instantiate_custom_type(intype, "Resource");
|
||||
}
|
||||
|
||||
Resource *resp = Object::cast_to<Resource>(obj);
|
||||
|
||||
Reference in New Issue
Block a user