mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Scale culler steps proportionally to the mesh sizes (#13250)
This commit is contained in:
parent
1de8a1e962
commit
705195b43e
8 changed files with 129 additions and 63 deletions
|
@ -97,7 +97,7 @@ struct MeshUpdateResult
|
|||
{
|
||||
v3s16 p = v3s16(-1338, -1338, -1338);
|
||||
MapBlockMesh *mesh = nullptr;
|
||||
std::unordered_map<v3s16, u8> solid_sides;
|
||||
u8 solid_sides;
|
||||
std::vector<v3s16> ack_list;
|
||||
bool urgent = false;
|
||||
std::vector<MapBlock *> map_blocks;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue