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

Clean more

This commit is contained in:
Perttu Ahola 2011-11-15 15:46:52 +02:00
parent ff34955a0d
commit 89e7bacd99
3 changed files with 8 additions and 57 deletions

View file

@ -234,6 +234,10 @@ void mapblock_mesh_generate_special(MeshMakeData *data,
MapNode n = data->m_vmanip.getNodeNoEx(blockpos_nodes+p);
// Only solidness=0 stuff is drawn here
if(nodedef->get(n).solidness != 0)
continue;
/*
Add torches to mesh
*/