1
0
Fork 0
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:
kwolekr 2015-04-16 23:37:50 -04:00
parent 4abb96fb54
commit 821d0025da
6 changed files with 36 additions and 17 deletions

View file

@ -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;