]> git.localhorst.tv Git - blank.git/blobdiff - src/world/chunk.cpp
cleanup
[blank.git] / src / world / chunk.cpp
index 97ec3e353600d0efa79cb49c67aca250da142786..7f7b185dc91eaff3d9c71c0126ddcd414b3d02d2 100644 (file)
@@ -33,7 +33,6 @@ Chunk::Chunk(const BlockTypeRegistry &types) noexcept
 : types(&types)
 , neighbor{0}
 , gravity()
-, blocks{}
 , light{0}
 , generated(false)
 , lighted(false)