You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Removes type information from method binds
This commit is contained in:
@@ -122,7 +122,7 @@ WeakRef::WeakRef() {
|
||||
|
||||
void WeakRef::_bind_methods() {
|
||||
|
||||
ClassDB::bind_method(D_METHOD("get_ref:Object"), &WeakRef::get_ref);
|
||||
ClassDB::bind_method(D_METHOD("get_ref"), &WeakRef::get_ref);
|
||||
}
|
||||
#if 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user