Implemented Rotations
This commit is contained in:
@@ -12,11 +12,11 @@
|
||||
|
||||
|
||||
class cBlockBedHandler :
|
||||
public cMetaRotater<cBlockHandler,0x3,0x02,0x03,0x00,0x01>
|
||||
public cMetaRotater<cBlockHandler,0x3,0x02,0x03,0x00,0x01,true>
|
||||
{
|
||||
public:
|
||||
cBlockBedHandler(BLOCKTYPE a_BlockType)
|
||||
: cMetaRotater<cBlockHandler,0x3,0x02,0x03,0x00,0x01>(a_BlockType)
|
||||
: cMetaRotater<cBlockHandler,0x3,0x02,0x03,0x00,0x01,true>(a_BlockType)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user