diff options
author | chai <chaifix@163.com> | 2021-11-11 10:29:17 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-11-11 10:29:17 +0800 |
commit | de46b91a524c5f2c8e72b379f2900afe34ccb815 (patch) | |
tree | 365122dc27fd1cdcd80939c63ea248e90716c641 /Runtime/Lua/LuaBind/LuaBindInvoker.cpp | |
parent | f706f0e17ac2e7893feddc96b496db89f35e94a8 (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 bd12e5c..d6780d7 100644 --- a/Runtime/Lua/LuaBind/LuaBindInvoker.cpp +++ b/Runtime/Lua/LuaBind/LuaBindInvoker.cpp @@ -105,7 +105,7 @@ namespace LuaBind } lua_replace(state, -2); lua_insert(state, -1 - argc); - state.Call(argc, nReturns, onErrorOccured); + state.Call(argc, nReturns); } -} +}
\ No newline at end of file |