feat: add biome boundary blending

This commit is contained in:
2026-05-22 22:01:28 +08:00
parent 2f7ab6e29f
commit ab5f82d1cd
3 changed files with 3 additions and 3 deletions

View File

@@ -431,7 +431,6 @@ void ChunkGenerator::generate_terrain_blocks() {
}
m_chunk.blocks().assign(CHUNK_SIZE * CHUNK_SIZE * WORLD_SIZE_Y, 0);
m_biome_builder->build_biome();
generate_cave();
}
void ChunkGenerator::blend_surface_blocks_borders(