diff options
author | Bojidar Marinov <bojidar.marinov.bg@gmail.com> | 2015-09-25 18:41:42 +0300 |
---|---|---|
committer | Bojidar Marinov <bojidar.marinov.bg@gmail.com> | 2015-09-25 18:41:42 +0300 |
commit | 721d9a58c79fc6c82b6cbe27707ed10fb25ad9ba (patch) | |
tree | 3f109853904820dea5b8c2819b8cb68ea3f645ed | |
parent | 52eebdc00185e18ec6fca4d9c96966e0ab0fb495 (diff) |
Removed a badly listed parameter from funcRef::call_func...
-rw-r--r-- | core/func_ref.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/func_ref.cpp b/core/func_ref.cpp index 0e43112de8..fe09ae01af 100644 --- a/core/func_ref.cpp +++ b/core/func_ref.cpp @@ -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))); |