summaryrefslogtreecommitdiff
path: root/src/client.cpp
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-10-19 02:17:23 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-10-19 02:17:23 +0300
commit3a06fb88314cff3dd0c96665229b47af0f01b276 (patch)
tree5ff906679bff86470d9151f54d5864cb27b356f4 /src/client.cpp
parentd47120aeb3bf344be3f414a1a3505bd772eebf54 (diff)
downloadminetest-3a06fb88314cff3dd0c96665229b47af0f01b276.tar.gz
minetest-3a06fb88314cff3dd0c96665229b47af0f01b276.tar.bz2
minetest-3a06fb88314cff3dd0c96665229b47af0f01b276.zip
Fix and tune block sending
Diffstat (limited to 'src/client.cpp')
-rw-r--r--src/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client.cpp b/src/client.cpp
index 816ab39ca..5ec53a524 100644
--- a/src/client.cpp
+++ b/src/client.cpp
@@ -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);