1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Revert "Add an active object step time budget #6721"

This reverts commit 9c669016d1.
See #6907
This commit is contained in:
Lars Hofhansl 2018-01-12 23:47:39 -08:00
parent 7e50529867
commit fad263dec9
7 changed files with 38 additions and 68 deletions

View file

@ -36,7 +36,6 @@ Environment::Environment(IGameDef *gamedef):
m_cache_enable_shaders = g_settings->getBool("enable_shaders");
m_cache_active_block_mgmt_interval = g_settings->getFloat("active_block_mgmt_interval");
m_cache_abm_interval = g_settings->getFloat("abm_interval");
m_cache_ao_interval = g_settings->getFloat("active_object_interval");
m_cache_nodetimer_interval = g_settings->getFloat("nodetimer_interval");
m_time_of_day = g_settings->getU32("world_start_time");