提交 04e38ac2 编写于 作者: R rebelmx4 提交者: chexiongsheng

genNullableCaster 最后一个参数是nil,其他参数全是nil (fix https://github.com/Tencent/xLua/issues/527)

上级 39ac7ac0
......@@ -701,7 +701,7 @@ namespace XLua
{
return (RealStatePtr L, int idx, object target) =>
{
if (LuaAPI.lua_isnil(L, -1))
if (LuaAPI.lua_isnil(L, idx))
{
return null;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册