diff options
Diffstat (limited to 'src/client/clientmap.h')
-rw-r--r-- | src/client/clientmap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/clientmap.h b/src/client/clientmap.h index 37931d4e7..b9f7b4dfa 100644 --- a/src/client/clientmap.h +++ b/src/client/clientmap.h @@ -143,6 +143,7 @@ public: protected: void reportMetrics(u64 save_time_us, u32 saved_blocks, u32 all_blocks) override; private: + bool isMeshOccluded(MapBlock *mesh_block, u16 mesh_size, v3s16 cam_pos_nodes); // update the vertex order in transparent mesh buffers void updateTransparentMeshBuffers(); |