mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 17:15:21 +02:00
Biomes: Remove referenced biomes from Decorations on clear
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user