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/object.cpp | |
| parent | 2f290038d63b55e6ce40296602f36bc98ab26015 (diff) | |
| download | godot-b8420cda9c449160330ae30f1f89be7238502ee6.tar.gz godot-b8420cda9c449160330ae30f1f89be7238502ee6.tar.zst godot-b8420cda9c449160330ae30f1f89be7238502ee6.zip | |
Diffstat (limited to 'core/object.cpp')
| -rw-r--r-- | core/object.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/object.cpp b/core/object.cpp index a95e7c1d8..91c6013de 100644 --- a/core/object.cpp +++ b/core/object.cpp @@ -1699,7 +1699,7 @@ void Object::_bind_methods() { mi.name = "call"; mi.arguments.push_back(PropertyInfo(Variant::STRING, "method")); - ClassDB::bind_vararg_method(METHOD_FLAGS_DEFAULT, "call:Variant", &Object::_call_bind, mi); + ClassDB::bind_vararg_method(METHOD_FLAGS_DEFAULT, "call", &Object::_call_bind, mi); } { |
