1
0

Fix doubleslab meta.

This commit is contained in:
Howaner 2014-06-16 23:35:30 +02:00
parent 4fddbf9dfc
commit 9dea609194

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;