mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-17 17:08:39 +00:00
Revert "Add an active object step time budget #6721"
This reverts commit 9c669016d1
.
See #6907
This commit is contained in:
parent
7e50529867
commit
fad263dec9
7 changed files with 38 additions and 68 deletions
|
@ -429,11 +429,8 @@ private:
|
|||
ActiveBlockList m_active_blocks;
|
||||
IntervalLimiter m_active_blocks_management_interval;
|
||||
IntervalLimiter m_active_block_modifier_interval;
|
||||
IntervalLimiter m_active_object_interval;
|
||||
IntervalLimiter m_active_blocks_nodemetadata_interval;
|
||||
float m_active_block_interval_overload_skip = 1.0f;
|
||||
float m_active_object_interval_overload_skip = 1.0f;
|
||||
float m_avg_ao_time = 0.0f;
|
||||
int m_active_block_interval_overload_skip = 0;
|
||||
// Time from the beginning of the game in seconds.
|
||||
// Incremented in step().
|
||||
u32 m_game_time = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue