diff --git a/src/gameplay/chunk.cpp b/src/gameplay/chunk.cpp index fa2c014..9e6e225 100644 --- a/src/gameplay/chunk.cpp +++ b/src/gameplay/chunk.cpp @@ -265,7 +265,7 @@ void Chunk::gen_phase_three() { void Chunk::gen_phase_four(const std::array, 4>& neighbor_heightmap) { // Width of interpolation influence (in number of cells) - constexpr int BLEND_RADIUS = 8; + constexpr int BLEND_RADIUS = 12; for (int x = 0; x < SIZE_X; x++) { for (int z = 0; z < SIZE_Z; z++) {