Browse Source

Update mi.name

Bojidar Marinov 10 years ago
parent
commit
a0dffc2942
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/func_ref.cpp

+ 1 - 1
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)));