summaryrefslogtreecommitdiffstats
path: root/src/ChunkMap.cpp
diff options
context:
space:
mode:
authorTycho <work.tycho+git@gmail.com>2014-06-14 20:05:02 +0200
committerTycho <work.tycho+git@gmail.com>2014-06-14 20:05:02 +0200
commit6b99e556462fdbdf6a265c014fb03f070b0f1b25 (patch)
tree96e70b12604c3a6733b15ee27083faff6543be92 /src/ChunkMap.cpp
parentfixed spaces (diff)
downloadcuberite-6b99e556462fdbdf6a265c014fb03f070b0f1b25.tar
cuberite-6b99e556462fdbdf6a265c014fb03f070b0f1b25.tar.gz
cuberite-6b99e556462fdbdf6a265c014fb03f070b0f1b25.tar.bz2
cuberite-6b99e556462fdbdf6a265c014fb03f070b0f1b25.tar.lz
cuberite-6b99e556462fdbdf6a265c014fb03f070b0f1b25.tar.xz
cuberite-6b99e556462fdbdf6a265c014fb03f070b0f1b25.tar.zst
cuberite-6b99e556462fdbdf6a265c014fb03f070b0f1b25.zip
Diffstat (limited to '')
-rw-r--r--src/ChunkMap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChunkMap.cpp b/src/ChunkMap.cpp
index 862d0b7ec..704c4f823 100644
--- a/src/ChunkMap.cpp
+++ b/src/ChunkMap.cpp
@@ -2672,7 +2672,7 @@ void cChunkMap::QueueTickBlock(int a_BlockX, int a_BlockY, int a_BlockZ)
// cChunkMap::cChunkLayer:
cChunkMap::cChunkLayer::cChunkLayer(int a_LayerX, int a_LayerZ, cChunkMap * a_Parent,
- cAllocationPool<cChunkData::sChunkSection,1600>& a_Pool)
+ cAllocationPool<cChunkData::sChunkSection, 1600> & a_Pool)
: m_LayerX( a_LayerX )
, m_LayerZ( a_LayerZ )
, m_Parent( a_Parent )