1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

voxalgo::clearLightAndCollectSources

This commit is contained in:
Perttu Ahola 2012-01-27 13:24:06 +02:00
parent 56496ad5d8
commit 0f3c2f6541
5 changed files with 112 additions and 9 deletions

View file

@ -26,6 +26,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "content_sao.h"
#include "nodedef.h"
#include "content_mapnode.h" // For content_mapnode_get_new_name
#include "voxelalgorithms.h"
namespace mapgen
{
@ -2335,6 +2336,10 @@ void make_block(BlockMakeData *data)
}
}
/*
Calculate lighting
*/
}
BlockMakeData::BlockMakeData():