Changment pour lac/arbre

This commit is contained in:
Louis-CharlesG
2023-12-04 15:05:27 -05:00
parent e3b59e37eb
commit 841947bc7a
2 changed files with 3 additions and 3 deletions

View File

@@ -86,7 +86,7 @@ Chunk::Chunk(unsigned int x, unsigned int y, int64_t seed) : m_posX(x), m_posY(y
int lastTreeX = -1;
int lastTreeZ = -1;
int minDistanceBetweenTrees = 10; // D<>finir la distance minimale entre les arbres
int minDistanceBetweenTrees = 10;
for (int ix = 0; ix < CHUNK_SIZE_X; ++ix) {
for (int iz = 0; iz < CHUNK_SIZE_Z; ++iz) {