From 847a4227b850bc943d11c5b8191fb6bcbce1920a Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Sun, 26 Dec 2010 14:34:34 +0200 Subject: better grass generation (integration to sunlight propagation algorithms) --- src/mapblock.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mapblock.h') 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 & light_sources); // Copies data to VoxelManipulator to getPosRelative() -- cgit v1.2.3