From e8919dbe864a2f641f14a1ee1dcd09229bbe58aa Mon Sep 17 00:00:00 2001 From: finn franklin Date: Thu, 7 Nov 2024 13:36:58 +0100 Subject: [PATCH] removed comment --- ScuffedMinecraft/src/Chunk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ScuffedMinecraft/src/Chunk.h b/ScuffedMinecraft/src/Chunk.h index e0528c1..6f1d5cf 100644 --- a/ScuffedMinecraft/src/Chunk.h +++ b/ScuffedMinecraft/src/Chunk.h @@ -29,7 +29,7 @@ public: ChunkData* downData; ChunkData* eastData; ChunkData* westData; - glm::ivec3 chunkPos; // why do we have 2 position with the same byte layout and why is worldpos not a int type + glm::ivec3 chunkPos; bool ready; bool generated;