* More improvements to the world generator!!

This commit is contained in:
iProgramInCpp
2023-08-04 18:50:19 +03:00
parent 79ec0e6994
commit 89c7adbbe5
6 changed files with 58 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ Biome
Biome* Biome::map[4096];
Biome* Biome::_getBiome(float hum, float temp)
Biome* Biome::_getBiome(float temp, float hum)
{
if (temp < 0.1)
return tundra;