summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2010-11-29 14:03:40 +0200
committerPerttu Ahola <celeron55@gmail.com>2010-11-29 14:03:40 +0200
commita18525a14eca664dc93be01e55b0efd1ce08b0fa (patch)
treed5f4406004f1daf25b0d0b2cfb667dee4205f1d8 /src/client.h
parentaaafb5add0914f0b120d7400e9615f8ab03d6be2 (diff)
downloadminetest-a18525a14eca664dc93be01e55b0efd1ce08b0fa.tar.gz
minetest-a18525a14eca664dc93be01e55b0efd1ce08b0fa.tar.bz2
minetest-a18525a14eca664dc93be01e55b0efd1ce08b0fa.zip
fixed face updating slowness bug
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h
index 92375974a..e7811d28f 100644
--- a/src/client.h
+++ b/src/client.h
@@ -95,6 +95,7 @@ struct IncomingPacket
s32 *m_refcount;
};
+// TODO: Remove this. It is not used as supposed.
class LazyMeshUpdater
{
public: