We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08fff0b commit 157bd8dCopy full SHA for 157bd8d
Source/Managers/LuaMan.cpp
@@ -35,7 +35,7 @@ void LuaStateWrapper::Initialize() {
35
36
// Disable gc. We do this manually, so we can thread it to occur parallel with non-lua updates
37
// Not doing this for now... see StartAsyncGarbageCollection()
38
- //lua_gc(m_State, LUA_GCSTOP, 0);
+ // lua_gc(m_State, LUA_GCSTOP, 0);
39
40
const luaL_Reg libsToLoad[] = {
41
{LUA_COLIBNAME, luaopen_base},
0 commit comments