X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fworld%2FChunk.hpp;h=8d6816c29b8f526527bbb8fb07688f74132c340c;hb=6f94235a5b7c140852703e60c8a74760b8b61d99;hp=d986874445cc09829a87f6646df94585303d53f0;hpb=c592d2d6e230851bd7ed74d98f9046469f4086fd;p=blank.git diff --git a/src/world/Chunk.hpp b/src/world/Chunk.hpp index d986874..8d6816c 100644 --- a/src/world/Chunk.hpp +++ b/src/world/Chunk.hpp @@ -158,8 +158,8 @@ private: private: const BlockTypeRegistry *types; Chunk *neighbor[Block::FACE_COUNT]; - Block blocks[16 * 16 * 16]; - unsigned char light[16 * 16 * 16]; + Block blocks[size]; + unsigned char light[size]; BlockModel model; Pos position; bool dirty;