You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-14 13:41:12 +00:00
Rename instance()->instantiate() when it's a verb
This commit is contained in:
@@ -153,10 +153,10 @@ MonoObject *godot_icall_Object_weakref(Object *p_ptr) {
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
wref.instance();
|
||||
wref.instantiate();
|
||||
wref->set_ref(r);
|
||||
} else {
|
||||
wref.instance();
|
||||
wref.instantiate();
|
||||
wref->set_obj(p_ptr);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user