Changment pour lac/arbre
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user