mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Camera: remove auto tune FPS, single view range setting
This commit is contained in:
parent
2f4cf0bcca
commit
b2aabdfe07
8 changed files with 33 additions and 207 deletions
|
@ -327,7 +327,7 @@ void ClientMap::updateDrawList(video::IVideoDriver* driver)
|
|||
blocks_would_have_drawn++;
|
||||
if (blocks_drawn >= m_control.wanted_max_blocks &&
|
||||
!m_control.range_all &&
|
||||
d > m_control.wanted_min_range * BS)
|
||||
d > m_control.wanted_range * BS)
|
||||
continue;
|
||||
|
||||
// Add to set
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue