1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Update mi.name

This commit is contained in:
Bojidar Marinov
2015-09-25 18:51:04 +03:00
parent 721d9a58c7
commit a0dffc2942

View File

@@ -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)));