mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +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
|
@ -78,6 +78,9 @@ public:
|
|||
void calcBiomes(s16 sx, s16 sy, float *heat_map, float *humidity_map,
|
||||
s16 *height_map, u8 *biomeid_map);
|
||||
Biome *getBiome(float heat, float humidity, s16 y);
|
||||
|
||||
private:
|
||||
IGameDef *m_gamedef;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue