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:
parent
ff34955a0d
commit
89e7bacd99
3 changed files with 8 additions and 57 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue