update world generation pipeline

This commit is contained in:
MihailRis
2024-09-21 23:29:19 +03:00
parent f4793ac9db
commit 001b930212
9 changed files with 28 additions and 20 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ struct Biome;
class VoxelStructure;
enum class ChunkPrototypeLevel {
VOID=0, STRUCTURES, BIOMES, HEIGHTMAP
VOID=0, BIOMES, HEIGHTMAP, STRUCTURES
};
struct ChunkPrototype {