summaryrefslogtreecommitdiffstats
path: root/src/Chunk.h
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@hotmail.co.uk>2014-04-04 14:01:05 +0200
committerTiger Wang <ziwei.tiger@hotmail.co.uk>2014-04-04 14:01:05 +0200
commit15a0ceec2687c04191c41f7b103c26aeb98705ca (patch)
tree413b663cef87fbef4c09fa33aa5b1a85da8dbadb /src/Chunk.h
parentMerge remote-tracking branch 'origin/master' into chunkysparsing (diff)
downloadcuberite-15a0ceec2687c04191c41f7b103c26aeb98705ca.tar
cuberite-15a0ceec2687c04191c41f7b103c26aeb98705ca.tar.gz
cuberite-15a0ceec2687c04191c41f7b103c26aeb98705ca.tar.bz2
cuberite-15a0ceec2687c04191c41f7b103c26aeb98705ca.tar.lz
cuberite-15a0ceec2687c04191c41f7b103c26aeb98705ca.tar.xz
cuberite-15a0ceec2687c04191c41f7b103c26aeb98705ca.tar.zst
cuberite-15a0ceec2687c04191c41f7b103c26aeb98705ca.zip
Diffstat (limited to 'src/Chunk.h')
-rw-r--r--src/Chunk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Chunk.h b/src/Chunk.h
index 1b83bc540..ef6a11006 100644
--- a/src/Chunk.h
+++ b/src/Chunk.h
@@ -421,7 +421,7 @@ private:
cChunkMap * m_ChunkMap;
// TODO: Make these pointers and don't allocate what isn't needed
- std::vector<std::vector<BLOCKTYPE>> m_BlockTypes;
+ std::vector<BLOCKTYPE> m_BlockTypes;
NIBBLETYPE m_BlockMeta [cChunkDef::NumBlocks / 2];
NIBBLETYPE m_BlockLight [cChunkDef::NumBlocks / 2];
NIBBLETYPE m_BlockSkyLight[cChunkDef::NumBlocks / 2];