diff options
author | Lars <larsh@apache.org> | 2020-08-12 16:02:07 -0700 |
---|---|---|
committer | lhofhansl <larsh@apache.org> | 2020-08-18 16:04:32 -0700 |
commit | 649211bf272df2dc7057347992c2653cf1c3a6fb (patch) | |
tree | 765e0d88b305f802c3f59448df376bfe570024ad /src/environment.h | |
parent | 7242de1d4bdb4cc98fce723044b2c8c5d9861c8b (diff) | |
download | minetest-649211bf272df2dc7057347992c2653cf1c3a6fb.tar.gz minetest-649211bf272df2dc7057347992c2653cf1c3a6fb.tar.bz2 minetest-649211bf272df2dc7057347992c2653cf1c3a6fb.zip |
Allow the ABM time budget to be configurable.
Diffstat (limited to 'src/environment.h')
-rw-r--r-- | src/environment.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/environment.h b/src/environment.h index 91c33ba15..b4884fdb3 100644 --- a/src/environment.h +++ b/src/environment.h @@ -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; |