mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
Fix some compiler warnings (#15596)
This commit is contained in:
@@ -633,8 +633,7 @@ MapBlockMesh::MapBlockMesh(Client *client, MeshMakeData *data, v3s16 camera_offs
|
||||
*/
|
||||
|
||||
{
|
||||
MapblockMeshGenerator(data, &collector,
|
||||
client->getSceneManager()->getMeshManipulator()).generate();
|
||||
MapblockMeshGenerator(data, &collector).generate();
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user