diff options
author | chai <chaifix@163.com> | 2021-11-10 19:49:15 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-11-10 19:49:15 +0800 |
commit | f706f0e17ac2e7893feddc96b496db89f35e94a8 (patch) | |
tree | 5daa1df2c19ced5518efb57ab70e5def78b243e2 /Runtime/Lua/LuaBind/LuaBindInvoker.cpp | |
parent | fd646350b566dbe274b65b775029bd45b05e22bd (diff) |
*misc
Diffstat (limited to 'Runtime/Lua/LuaBind/LuaBindInvoker.cpp')
-rw-r--r-- | Runtime/Lua/LuaBind/LuaBindInvoker.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Runtime/Lua/LuaBind/LuaBindInvoker.cpp b/Runtime/Lua/LuaBind/LuaBindInvoker.cpp index a95ef5c..bd12e5c 100644 --- a/Runtime/Lua/LuaBind/LuaBindInvoker.cpp +++ b/Runtime/Lua/LuaBind/LuaBindInvoker.cpp @@ -43,9 +43,9 @@ namespace LuaBind { method.PushRef(state); state.Call(argc, nReturns, onErrorOccured); + argc = 0; } - - + void MemberInvoker::AddInt(int n) { state.Push(n); |