From 1362bd476e65a0139a7558e53b13537bf86ffe9a Mon Sep 17 00:00:00 2001 From: Ethan Date: Sat, 19 Oct 2024 03:02:44 +0100 Subject: [PATCH] dropped a semicolon python habits whoops --- ScuffedMinecraft/src/WorldGen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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