mirror of
https://github.com/zhenyan121/Cubed.git
synced 2026-06-18 00:27:02 +08:00
fix: incorrect blocks on cave surface
This commit is contained in:
@@ -255,7 +255,7 @@ void Chunk::gen_phase_six(
|
|||||||
Logger::error("ChunkGenerator is Nullptr");
|
Logger::error("ChunkGenerator is Nullptr");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
m_generator->blend_surface_blocks_borders(neighbor_block);
|
// m_generator->blend_surface_blocks_borders(neighbor_block);
|
||||||
}
|
}
|
||||||
|
|
||||||
void Chunk::gen_phase_seven() {
|
void Chunk::gen_phase_seven() {
|
||||||
|
|||||||
Reference in New Issue
Block a user