removed comment

This commit is contained in:
finn franklin 2024-11-07 13:36:58 +01:00
parent 4fd5c700ab
commit e8919dbe86

View File

@ -29,7 +29,7 @@ public:
ChunkData* downData; ChunkData* downData;
ChunkData* eastData; ChunkData* eastData;
ChunkData* westData; 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 ready;
bool generated; bool generated;