dropped a semicolon

python habits whoops
This commit is contained in:
Ethan 2024-10-19 03:02:44 +01:00
parent cfeda4efc9
commit 1362bd476e

View File

@ -347,7 +347,7 @@ void WorldGen::GenerateChunkData(int chunkX, int chunkY, int chunkZ, int chunkSi
if (currentY > noiseY and currentY <= waterLevel)
// TODO: This is where wet stuff goes
chunkData->push_back(Blocks::WATER);
continue
continue;
}
// Ground