aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBojidar Marinov2015-09-25 18:51:04 +0300
committerBojidar Marinov2015-09-25 18:51:04 +0300
commita0dffc2942c5893e0204cc8d2b85c860c58ef2fe (patch)
treebc8d67a3e1b58c7c974073ad0070fcb36cc35ed2
parent721d9a58c79fc6c82b6cbe27707ed10fb25ad9ba (diff)
downloadgodot-a0dffc2942c5893e0204cc8d2b85c860c58ef2fe.tar.gz
godot-a0dffc2942c5893e0204cc8d2b85c860c58ef2fe.tar.zst
godot-a0dffc2942c5893e0204cc8d2b85c860c58ef2fe.zip
-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 fe09ae01a..66962710b 100644
--- a/core/func_ref.cpp
+++ b/core/func_ref.cpp
@@ -31,7 +31,7 @@ void FuncRef::_bind_methods() {
{
MethodInfo mi;
- mi.name="call";
+ mi.name="call_func";
Vector<Variant> defargs;
for(int i=0;i<10;i++) {
mi.arguments.push_back( PropertyInfo( Variant::NIL, "arg"+itos(i)));