refactor: remove resolve_biome_adjacency_conflict function

This commit is contained in:
2026-05-22 22:05:06 +08:00
parent ab5f82d1cd
commit b42b76b2fa

View File

@@ -255,7 +255,7 @@ void Chunk::gen_phase_two(const std::array<const Chunk*, 8>& adj_chunks) {
Logger::error("ChunkGenerator is Nullptr");
return;
}
m_generator->resolve_biome_adjacency_conflict(adj_chunks);
// m_generator->resolve_biome_adjacency_conflict(adj_chunks);
}
void Chunk::gen_phase_three() {