summaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-04-02 13:44:06 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-04-02 13:44:06 +0300
commit2990f5d90bd556684c07d60872a707e649bd71ee (patch)
treecd92693404dce069c3499fb1e38c2a1935ada382 /src/map.h
parent2e7b15fed37e6e81844b3cac0e37671ff3a8b4da (diff)
downloadminetest-2990f5d90bd556684c07d60872a707e649bd71ee.tar.gz
minetest-2990f5d90bd556684c07d60872a707e649bd71ee.tar.bz2
minetest-2990f5d90bd556684c07d60872a707e649bd71ee.zip
commit before some radical changes
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map.h b/src/map.h
index da2e0fcb2..74088b291 100644
--- a/src/map.h
+++ b/src/map.h
@@ -679,7 +679,7 @@ public:
void updateMeshes(v3s16 blockpos, u32 daynight_ratio);
// Update meshes that touch the node
- //void updateNodeMeshes(v3s16 nodepos, u32 daynight_ratio);
+ void updateNodeMeshes(v3s16 nodepos, u32 daynight_ratio);
// For debug printing
virtual void PrintInfo(std::ostream &out);