mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
fixed face updating slowness bug
This commit is contained in:
parent
aaafb5add0
commit
a18525a14e
7 changed files with 127 additions and 8 deletions
|
@ -1224,8 +1224,7 @@ bool Client::AsyncProcessData()
|
|||
}
|
||||
return false;
|
||||
|
||||
/*
|
||||
LazyMeshUpdater mesh_updater(&m_env);
|
||||
/*LazyMeshUpdater mesh_updater(&m_env);
|
||||
for(;;)
|
||||
{
|
||||
bool r = AsyncProcessPacket(mesh_updater);
|
||||
|
@ -1233,6 +1232,7 @@ bool Client::AsyncProcessData()
|
|||
break;
|
||||
}
|
||||
return false;*/
|
||||
|
||||
}
|
||||
|
||||
void Client::Send(u16 channelnum, SharedBuffer<u8> data, bool reliable)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue