mirror of
https://github.com/moparisthebest/minetest
synced 2024-11-17 23:05:07 -05:00
Remove useless recalculation of bounding box (mapblock_mesh)
This commit is contained in:
parent
0b20768a24
commit
816ffa99ba
@ -1199,7 +1199,6 @@ MapBlockMesh::MapBlockMesh(MeshMakeData *data):
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
translateMesh(m_mesh, intToFloat(data->m_blockpos * MAP_BLOCKSIZE, BS));
|
translateMesh(m_mesh, intToFloat(data->m_blockpos * MAP_BLOCKSIZE, BS));
|
||||||
m_mesh->recalculateBoundingBox(); // translateMesh already does this
|
|
||||||
|
|
||||||
if(m_mesh)
|
if(m_mesh)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user