Skip to content

Commit 157bd8d

Browse files
committed
Fix so clang-format doesn't complain. But this is dumb
1 parent 08fff0b commit 157bd8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Managers/LuaMan.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ void LuaStateWrapper::Initialize() {
3535

3636
// Disable gc. We do this manually, so we can thread it to occur parallel with non-lua updates
3737
// Not doing this for now... see StartAsyncGarbageCollection()
38-
//lua_gc(m_State, LUA_GCSTOP, 0);
38+
// lua_gc(m_State, LUA_GCSTOP, 0);
3939

4040
const luaL_Reg libsToLoad[] = {
4141
{LUA_COLIBNAME, luaopen_base},

0 commit comments

Comments
 (0)