diff options
| author | eska | 2016-08-08 17:49:30 +0200 |
|---|---|---|
| committer | eska | 2016-08-08 17:49:30 +0200 |
| commit | 03a4b8cbc86f6ba43d72840179271c9181482403 (patch) | |
| tree | 11c92d8cc1af6a2e6f1854a9383ef45509bc8669 /core/func_ref.cpp | |
| parent | 2f0df52fe78dc2f60b9103fff4f394756e494ee1 (diff) | |
| download | godot-03a4b8cbc86f6ba43d72840179271c9181482403.tar.gz godot-03a4b8cbc86f6ba43d72840179271c9181482403.tar.zst godot-03a4b8cbc86f6ba43d72840179271c9181482403.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 644d8b5b6..29b06ae9a 100644 --- a/core/func_ref.cpp +++ b/core/func_ref.cpp @@ -65,7 +65,7 @@ void FuncRef::_bind_methods() { mi.arguments.push_back( PropertyInfo( Variant::NIL, "arg"+itos(i))); defargs.push_back(Variant()); } - ObjectTypeDB::bind_native_method(METHOD_FLAGS_DEFAULT,"call_func:Variant",&FuncRef::call_func,mi,defargs); + ObjectTypeDB::bind_native_method(METHOD_FLAGS_DEFAULT,"call_func",&FuncRef::call_func,mi,defargs); } |
