1
0

Merge pull request #1100 from Howaner/Slabs

This commit is contained in:
archshift 2014-06-18 00:45:41 -07:00
commit 21b9253ee6

View File

@ -80,6 +80,7 @@ public:
if (IsAnySlabType(a_ChunkInterface.GetBlock(a_BlockX, a_BlockY, a_BlockZ)))
{
a_BlockType = GetDoubleSlabType(m_BlockType);
a_BlockMeta = a_BlockMeta & 0x7;
}
return true;