mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Biomes: Remove referenced biomes from Decorations on clear
This commit is contained in:
parent
4abb96fb54
commit
821d0025da
6 changed files with 36 additions and 17 deletions
|
@ -229,6 +229,8 @@ public:
|
|||
virtual ObjDef *getRaw(u32 index) const;
|
||||
virtual ObjDef *setRaw(u32 index, ObjDef *obj);
|
||||
|
||||
size_t getNumObjects() const { return m_objects.size(); }
|
||||
ObjDefType getType() const { return m_objtype; }
|
||||
INodeDefManager *getNodeDef() const { return m_ndef; }
|
||||
|
||||
u32 validateHandle(ObjDefHandle handle) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue