diff --git a/ScuffedMinecraft/src/WorldGen.cpp b/ScuffedMinecraft/src/WorldGen.cpp index ca05a53..0769fa9 100644 --- a/ScuffedMinecraft/src/WorldGen.cpp +++ b/ScuffedMinecraft/src/WorldGen.cpp @@ -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