Optimize table usage in methods

This commit is contained in:
Rochet2
2017-03-19 16:27:46 +02:00
parent b7c379a42c
commit cc2037461c
8 changed files with 26 additions and 45 deletions

View File

@@ -329,7 +329,7 @@ namespace LuaQuery
}
}
lua_settable(L, tbl);
lua_rawset(L, tbl);
}
lua_settop(L, tbl);