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 72d128038..5e2d70b75 100644 --- a/src/client/mapblock_mesh.h +++ b/src/client/mapblock_mesh.h @@ -220,6 +220,8 @@ public: return this->m_transparent_buffers; } + std::set<v3s16> esp_nodes; + private: struct AnimationInfo { int frame; // last animation frame |