Skip to content
Snippets Groups Projects
Commit 816ffa99 authored by Esteban I. Ruiz Moreno's avatar Esteban I. Ruiz Moreno Committed by Kahrl
Browse files

Remove useless recalculation of bounding box (mapblock_mesh)

parent 0b20768a
No related branches found
No related tags found
No related merge requests found
......@@ -1199,7 +1199,6 @@ MapBlockMesh::MapBlockMesh(MeshMakeData *data):
*/
translateMesh(m_mesh, intToFloat(data->m_blockpos * MAP_BLOCKSIZE, BS));
m_mesh->recalculateBoundingBox(); // translateMesh already does this
if(m_mesh)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment