fix luainterface

This commit is contained in:
zeromus 2017-07-23 10:00:40 -05:00
parent a264fa64c2
commit a0c84f4669
2 changed files with 1 additions and 1 deletions

View File

@ -807,7 +807,7 @@ namespace NLua
else if (o is Lua)
{
var lua = o as Lua;
LuaDLL.lua_pushnil(lua.luaState);
LuaDLL.lua_pushthread(lua.luaState);
LuaDLL.lua_xmove(lua.luaState, luaState, 1);
}
else

Binary file not shown.