1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-22 17:18:39 +00:00

Allow the ABM time budget to be configurable.

This commit is contained in:
Lars 2020-08-12 16:02:07 -07:00 committed by lhofhansl
parent 7242de1d4b
commit 649211bf27
5 changed files with 9 additions and 2 deletions

View file

@ -147,6 +147,7 @@ protected:
float m_cache_active_block_mgmt_interval;
float m_cache_abm_interval;
float m_cache_nodetimer_interval;
float m_cache_abm_time_budget;
IGameDef *m_gamedef;