Removed a badly listed parameter from funcRef::call_func...
This commit is contained in:
parent
52eebdc001
commit
721d9a58c7
1 changed files with 0 additions and 1 deletions
|
@ -32,7 +32,6 @@ void FuncRef::_bind_methods() {
|
|||
{
|
||||
MethodInfo mi;
|
||||
mi.name="call";
|
||||
mi.arguments.push_back( PropertyInfo( Variant::STRING, "method"));
|
||||
Vector<Variant> defargs;
|
||||
for(int i=0;i<10;i++) {
|
||||
mi.arguments.push_back( PropertyInfo( Variant::NIL, "arg"+itos(i)));
|
||||
|
|
Loading…
Reference in a new issue