1
0
Fork 0
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:
kwolekr 2015-04-17 00:52:48 -04:00
parent f0a1379e5a
commit 406d9ba87b
6 changed files with 67 additions and 38 deletions

View file

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