1
0
Fork 0
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:
Perttu Ahola 2011-10-19 02:17:23 +03:00
parent d47120aeb3
commit 3a06fb8831
4 changed files with 59 additions and 65 deletions

View file

@ -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);