mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix and tune block sending
This commit is contained in:
parent
d47120aeb3
commit
3a06fb8831
4 changed files with 59 additions and 65 deletions
|
@ -156,7 +156,7 @@ void * MeshUpdateThread::Thread()
|
|||
continue;
|
||||
}
|
||||
|
||||
ScopeProfiler sp(g_profiler, "mesh make");
|
||||
ScopeProfiler sp(g_profiler, "Client: Mesh making");
|
||||
|
||||
scene::SMesh *mesh_new = NULL;
|
||||
mesh_new = makeMapBlockMesh(q->data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue