diff options
| author | Ignacio Etcheverry | 2017-08-09 13:20:24 +0200 |
|---|---|---|
| committer | Ignacio Etcheverry | 2017-08-10 07:17:51 +0200 |
| commit | b8420cda9c449160330ae30f1f89be7238502ee6 (patch) | |
| tree | f4a63e12b0735b3e2f9bc56f94e560642d3845bb /core/func_ref.cpp | |
| parent | 2f290038d63b55e6ce40296602f36bc98ab26015 (diff) | |
| download | godot-b8420cda9c449160330ae30f1f89be7238502ee6.tar.gz godot-b8420cda9c449160330ae30f1f89be7238502ee6.tar.zst godot-b8420cda9c449160330ae30f1f89be7238502ee6.zip | |
Diffstat (limited to 'core/func_ref.cpp')
| -rw-r--r-- | core/func_ref.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/func_ref.cpp b/core/func_ref.cpp index 2d74efd82..5622a0366 100644 --- a/core/func_ref.cpp +++ b/core/func_ref.cpp @@ -61,7 +61,7 @@ void FuncRef::_bind_methods() { MethodInfo mi; mi.name = "call_func"; Vector<Variant> defargs; - ClassDB::bind_vararg_method(METHOD_FLAGS_DEFAULT, "call_func:Variant", &FuncRef::call_func, mi, defargs); + ClassDB::bind_vararg_method(METHOD_FLAGS_DEFAULT, "call_func", &FuncRef::call_func, mi, defargs); } ClassDB::bind_method(D_METHOD("set_instance", "instance"), &FuncRef::set_instance); |
