Merge pull request #1100 from Howaner/Slabs

This commit is contained in:
archshift
2014-06-18 00:47:08 -07:00
+1
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;