1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-05 19:31:04 +00:00

Make minimap respect drawtype = "airlike" (#16251)

This commit is contained in:
Xeno333 2025-06-13 16:33:10 -05:00 committed by GitHub
parent f75d16c1e6
commit 225d2cf916
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View file

@ -66,7 +66,7 @@ struct MinimapPixel {
};
struct MinimapMapblock {
void getMinimapNodes(VoxelManipulator *vmanip, const v3s16 &pos);
void getMinimapNodes(VoxelManipulator *vmanip, const NodeDefManager *nodedef, const v3s16 &pos);
MinimapPixel data[MAP_BLOCKSIZE * MAP_BLOCKSIZE];
};