summaryrefslogtreecommitdiff
path: root/src/environment.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/environment.h')
-rw-r--r--src/environment.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/environment.h b/src/environment.h
index 9b91a0928..660c6f1bc 100644
--- a/src/environment.h
+++ b/src/environment.h
@@ -136,6 +136,9 @@ protected:
* a later release.
*/
bool m_cache_enable_shaders;
+ float m_cache_active_block_mgmt_interval;
+ float m_cache_abm_interval;
+ float m_cache_nodetimer_interval;
private:
Mutex m_time_lock;