dropped a semicolon
python habits whoops
This commit is contained in:
parent
cfeda4efc9
commit
1362bd476e
@ -347,7 +347,7 @@ void WorldGen::GenerateChunkData(int chunkX, int chunkY, int chunkZ, int chunkSi
|
|||||||
if (currentY > noiseY and currentY <= waterLevel)
|
if (currentY > noiseY and currentY <= waterLevel)
|
||||||
// TODO: This is where wet stuff goes
|
// TODO: This is where wet stuff goes
|
||||||
chunkData->push_back(Blocks::WATER);
|
chunkData->push_back(Blocks::WATER);
|
||||||
continue
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Ground
|
// Ground
|
||||||
|
Loading…
Reference in New Issue
Block a user