parent
5cf45c09e5
commit
d80f3e0b80
|
@ -141,7 +141,6 @@ static int lua_setTickRate(lua_State* l) {
|
||||||
static void loadLibraries(LuaHandle& ls) {
|
static void loadLibraries(LuaHandle& ls) {
|
||||||
constexpr luaL_Reg libs[] = {
|
constexpr luaL_Reg libs[] = {
|
||||||
{ LUA_GNAME, luaopen_base },
|
{ LUA_GNAME, luaopen_base },
|
||||||
{ LUA_STRLIBNAME, luaopen_string },
|
|
||||||
{ LUA_MATHLIBNAME, luaopen_math },
|
{ LUA_MATHLIBNAME, luaopen_math },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue