1
0

Fixed stylistic issues

This commit is contained in:
Tycho
2014-05-21 20:08:34 +01:00
parent 024027db89
commit 5929ffbc40
4 changed files with 25 additions and 25 deletions

View File

@@ -326,9 +326,9 @@ void cChunk::SetLight(
// TODO: We might get cases of wrong lighting when a chunk changes in the middle of a lighting calculation.
// Postponing until we see how bad it is :)
m_ChunkData.SetLight (a_BlockLight);
m_ChunkData.SetLight(a_BlockLight);
m_ChunkData.SetSkyLight (a_SkyLight);
m_ChunkData.SetSkyLight(a_SkyLight);
m_IsLightValid = true;
}