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:
parent
56496ad5d8
commit
0f3c2f6541
5 changed files with 112 additions and 9 deletions
|
@ -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():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue