mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Don't force-enable tileable_horizontal/vertical for solid nodes
This commit is contained in:
parent
f431c12b85
commit
e452c2900f
1 changed files with 0 additions and 2 deletions
|
@ -464,8 +464,6 @@ void MapblockMeshGenerator::drawSolidNode()
|
|||
for (auto &layer : tiles[face].layers) {
|
||||
if (backface_culling)
|
||||
layer.material_flags |= MATERIAL_FLAG_BACKFACE_CULLING;
|
||||
layer.material_flags |= MATERIAL_FLAG_TILEABLE_HORIZONTAL;
|
||||
layer.material_flags |= MATERIAL_FLAG_TILEABLE_VERTICAL;
|
||||
}
|
||||
if (!data->m_smooth_lighting) {
|
||||
lights[face] = getFaceLight(cur_node.n, neighbor, nodedef);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue