aboutsummaryrefslogtreecommitdiff
path: root/core/func_ref.cpp
diff options
context:
space:
mode:
authoreska2016-08-08 17:49:30 +0200
committereska2016-08-08 17:49:30 +0200
commit03a4b8cbc86f6ba43d72840179271c9181482403 (patch)
tree11c92d8cc1af6a2e6f1854a9383ef45509bc8669 /core/func_ref.cpp
parent2f0df52fe78dc2f60b9103fff4f394756e494ee1 (diff)
downloadgodot-03a4b8cbc86f6ba43d72840179271c9181482403.tar.gz
godot-03a4b8cbc86f6ba43d72840179271c9181482403.tar.zst
godot-03a4b8cbc86f6ba43d72840179271c9181482403.zip
Diffstat (limited to 'core/func_ref.cpp')
-rw-r--r--core/func_ref.cpp2
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);
}