diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-04-02 13:44:06 +0300 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-04-02 13:44:06 +0300 |
commit | 2990f5d90bd556684c07d60872a707e649bd71ee (patch) | |
tree | cd92693404dce069c3499fb1e38c2a1935ada382 /src/map.h | |
parent | 2e7b15fed37e6e81844b3cac0e37671ff3a8b4da (diff) | |
download | minetest-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |