mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-27 17:28:41 +00:00
Schematics: Remove referenced schematics from Decorations on clear
This commit is contained in:
parent
f0a1379e5a
commit
406d9ba87b
6 changed files with 67 additions and 38 deletions
|
@ -61,7 +61,7 @@ public:
|
|||
static const char *OBJECT_TITLE;
|
||||
|
||||
BiomeManager(IGameDef *gamedef);
|
||||
~BiomeManager();
|
||||
virtual ~BiomeManager();
|
||||
|
||||
const char *getObjectTitle() const
|
||||
{
|
||||
|
@ -73,7 +73,7 @@ public:
|
|||
return new Biome;
|
||||
}
|
||||
|
||||
void clear();
|
||||
virtual void clear();
|
||||
|
||||
void calcBiomes(s16 sx, s16 sy, float *heat_map, float *humidity_map,
|
||||
s16 *height_map, u8 *biomeid_map);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue