summaryrefslogtreecommitdiff
path: root/src/mapblock.cpp
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-01-26 17:13:19 +0200
committerPerttu Ahola <celeron55@gmail.com>2011-01-26 17:13:19 +0200
commitbd100c5483eb77a27eeac4e476c81a1bf6afc710 (patch)
tree55de3858e460f349fbcad7f6a87d348c6fabfb5c /src/mapblock.cpp
parentadb7f248da9e4ec9350d1a05d50213ff3d3908d6 (diff)
downloadminetest-bd100c5483eb77a27eeac4e476c81a1bf6afc710.tar.gz
minetest-bd100c5483eb77a27eeac4e476c81a1bf6afc710.tar.bz2
minetest-bd100c5483eb77a27eeac4e476c81a1bf6afc710.zip
backing up some stuff
Diffstat (limited to 'src/mapblock.cpp')
-rw-r--r--src/mapblock.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapblock.cpp b/src/mapblock.cpp
index 15f3ad9a6..f06dbc811 100644
--- a/src/mapblock.cpp
+++ b/src/mapblock.cpp
@@ -601,7 +601,7 @@ void MapBlock::updateMesh(u32 daynight_ratio)
*/
{
- //TimeTaker timer2("updateMesh() collect");
+ TimeTaker timer2("updateMesh() collect");
// Lock this, as m_temp_mods will be used directly
JMutexAutoLock lock(m_temp_mods_mutex);