summaryrefslogtreecommitdiff
path: root/src/mapblock.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2010-12-26 14:34:34 +0200
committerPerttu Ahola <celeron55@gmail.com>2010-12-26 14:34:34 +0200
commit847a4227b850bc943d11c5b8191fb6bcbce1920a (patch)
tree1a8d1eb93cb63f89a7a669d5bc3c3d7ccfcb9135 /src/mapblock.h
parentc32da52104cc6bbe8ed0bf1ba1a7874f015cb738 (diff)
downloadminetest-847a4227b850bc943d11c5b8191fb6bcbce1920a.tar.gz
minetest-847a4227b850bc943d11c5b8191fb6bcbce1920a.tar.bz2
minetest-847a4227b850bc943d11c5b8191fb6bcbce1920a.zip
better grass generation (integration to sunlight propagation algorithms)
Diffstat (limited to 'src/mapblock.h')
-rw-r--r--src/mapblock.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mapblock.h b/src/mapblock.h
index 586c10228..743dad927 100644
--- a/src/mapblock.h
+++ b/src/mapblock.h
@@ -310,7 +310,8 @@ public:
// Updates all DAYNIGHT_CACHE_COUNT meshes
void updateMeshes(s32 first_i=0);*/
#endif // !SERVER
-
+
+ // See comments in mapblock.cpp
bool propagateSunlight(core::map<v3s16, bool> & light_sources);
// Copies data to VoxelManipulator to getPosRelative()