Skip to content

Commit 816ffa9

Browse files
EXio4kahrl
authored andcommittedJun 17, 2013
Remove useless recalculation of bounding box (mapblock_mesh)
1 parent 0b20768 commit 816ffa9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/mapblock_mesh.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -1199,7 +1199,6 @@ MapBlockMesh::MapBlockMesh(MeshMakeData *data):
11991199
*/
12001200

12011201
translateMesh(m_mesh, intToFloat(data->m_blockpos * MAP_BLOCKSIZE, BS));
1202-
m_mesh->recalculateBoundingBox(); // translateMesh already does this
12031202

12041203
if(m_mesh)
12051204
{

0 commit comments

Comments
 (0)
Please sign in to comment.