Fixed #276 Overload issue. (#278)
LuaState.ToString calls luaL_tolstring which can add something to the stack. using lua_tostring.
Please register or sign in to comment
LuaState.ToString calls luaL_tolstring which can add something to the stack. using lua_tostring.