generation fix

This commit is contained in:
Lord Cambion 2026-03-24 19:14:11 +01:00
parent 6a1e0df0f2
commit 571bf2f226

View file

@ -66,7 +66,7 @@ public:
static Biome *Biome::roofedForestM;
static Biome *Biome::deepOcean;
static const int BIOME_COUNT = 32;
static const int BIOME_COUNT = 256 ;
public:
wstring m_name;