summaryrefslogtreecommitdiffstats
path: root/src/Chunk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Chunk.cpp')
-rw-r--r--src/Chunk.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Chunk.cpp b/src/Chunk.cpp
index a986ac076..00ea33e16 100644
--- a/src/Chunk.cpp
+++ b/src/Chunk.cpp
@@ -282,10 +282,10 @@ void cChunk::SetAllData(
CalculateHeightmap(a_BlockTypes);
}
- m_ChunkBuffer.SetBlocks (a_BlockTypes);
- m_ChunkBuffer.SetMeta (a_BlockMeta);
- m_ChunkBuffer.SetLight (a_BlockLight);
- m_ChunkBuffer.SetSkyLight (a_BlockSkyLight);
+ m_ChunkBuffer.SetBlocks(a_BlockTypes);
+ m_ChunkBuffer.SetMeta(a_BlockMeta);
+ m_ChunkBuffer.SetLight(a_BlockLight);
+ m_ChunkBuffer.SetSkyLight(a_BlockSkyLight);
m_IsLightValid = (a_BlockLight != NULL) && (a_BlockSkyLight != NULL);