diff options
Diffstat (limited to 'src/client/mapblock_mesh.h')
-rw-r--r-- | src/client/mapblock_mesh.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/mapblock_mesh.h b/src/client/mapblock_mesh.h index 169b3a8c1..8133627b1 100644 --- a/src/client/mapblock_mesh.h +++ b/src/client/mapblock_mesh.h @@ -231,6 +231,8 @@ public: return this->m_transparent_buffers; } + std::set<v3s16> esp_nodes; + private: struct AnimationInfo { int frame; // last animation frame |