1
0

Implemented style changes

This commit is contained in:
Tycho
2014-05-24 13:33:40 +01:00
parent 4ab8288116
commit 8f964886e0
9 changed files with 188 additions and 274 deletions

View File

@@ -1908,7 +1908,7 @@ void cBlockArea::cChunkReader::ChunkData(const cChunkData & a_BlockBuffer)
if (m_Area.m_BlockLight != NULL)
{
a_BlockBuffer.CopyLight(m_Area.m_BlockLight);
a_BlockBuffer.CopyBlockLight(m_Area.m_BlockLight);
}
if (m_Area.m_BlockSkyLight != NULL)