fix: chunk conflict resolution not taking effort

This commit is contained in:
2026-04-27 09:30:45 +08:00
parent 5b2f06b3ec
commit 932c11a646

View File

@@ -66,6 +66,7 @@ void ChunkGenerator::resolve_biome_adjacency_conflict(const std::array<const Chu
for (auto b : non.second) {
if (b == biome) {
m_biome = non.replace;
m_chunk.biome(m_biome);
return;
}
}