mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-22 12:25:23 +02:00
Rotate meshnode normals correctly instead of recalculating
This commit is contained in:
@@ -1673,8 +1673,6 @@ void MapblockMeshGenerator::drawMeshNode()
|
||||
modified = false;
|
||||
if (modified) {
|
||||
recalculateBoundingBox(mesh);
|
||||
// FIXME: we should rotate the normals too, instead of recalculating
|
||||
meshmanip->recalculateNormals(mesh, true, false);
|
||||
}
|
||||
} else {
|
||||
warningstream << "drawMeshNode(): missing mesh" << std::endl;
|
||||
|
Reference in New Issue
Block a user