1
0

Fixed if spaces

This commit is contained in:
Tycho 2014-05-21 21:46:20 +01:00
parent 88c61a2e96
commit 4b23472097
2 changed files with 23 additions and 22 deletions

View File

@ -64,7 +64,8 @@ void cChunkData::CopyMeta(NIBBLETYPE * a_dest) const
memcpy(
&a_dest[i * segment_length],
&m_Sections[i]->m_BlockMeta,
sizeof(NIBBLETYPE) * segment_length);
sizeof(NIBBLETYPE) * segment_length
);
}
else
{