Skip to content

Commit

Permalink
xrGame/Level.cpp: changed lua garbace collector step to 100 (increase…
Browse files Browse the repository at this point in the history
…s fps)
  • Loading branch information
Xottab-DUTY committed Nov 3, 2019
1 parent 07d6759 commit 63c0f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xrGame/Level.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ void CLevel::OnFrame()
}
}

int psLUA_GCSTEP = 10;
int psLUA_GCSTEP = 100; // 10
void CLevel::script_gc() { lua_gc(GEnv.ScriptEngine->lua(), LUA_GCSTEP, psLUA_GCSTEP); }
#ifdef DEBUG_PRECISE_PATH
void test_precise_path();
Expand Down

0 comments on commit 63c0f9b

Please sign in to comment.