mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Map generation is now properly threaded and doesn't block block placement and other stuff.
This commit is contained in:
parent
6fa85c8502
commit
10eedbc1d2
4 changed files with 153 additions and 116 deletions
|
@ -429,7 +429,7 @@ void ServerEnvironment::step(float dtime)
|
|||
|
||||
bool send_recommended = false;
|
||||
m_send_recommended_timer += dtime;
|
||||
if(m_send_recommended_timer > 0.1)
|
||||
if(m_send_recommended_timer > 0.15)
|
||||
{
|
||||
m_send_recommended_timer = 0;
|
||||
send_recommended = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue