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;