1
0

Added trapdoor cursor Y detection

This commit is contained in:
Tiger Wang 2013-12-06 21:31:55 +00:00
parent ec226e00ab
commit b115f3d636

View File

@ -50,12 +50,10 @@ public:
a_BlockType = m_BlockType;
a_BlockMeta = BlockFaceToMetaData(a_BlockFace);
/* TODO: fix CursorY issues and uncomment this
if (a_CursorY > 7)
{
a_BlockMeta |= 0x8;
}
*/
return true;
}