1
0

fixed spaces

This commit is contained in:
Tycho
2014-06-14 19:05:02 +01:00
parent 0310a50192
commit 6b99e55646
8 changed files with 16 additions and 14 deletions

View File

@@ -65,7 +65,7 @@ cChunk::cChunk(
int a_ChunkX, int a_ChunkY, int a_ChunkZ,
cChunkMap * a_ChunkMap, cWorld * a_World,
cChunk * a_NeighborXM, cChunk * a_NeighborXP, cChunk * a_NeighborZM, cChunk * a_NeighborZP,
cAllocationPool<cChunkData::sChunkSection,1600>& a_Pool
cAllocationPool<cChunkData::sChunkSection, 1600> & a_Pool
) :
m_IsValid(false),
m_IsLightValid(false),