mirror of
https://github.com/zhenyan121/Cubed.git
synced 2026-06-17 16:17:02 +08:00
refactor: remove resolve_biome_adjacency_conflict function
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user