Added button placement handler
Also removed an unneeded variable in the stair handler
This commit is contained in:
@@ -53,7 +53,6 @@ public:
|
||||
static NIBBLETYPE RotationToMetaData(double a_Rotation)
|
||||
{
|
||||
a_Rotation += 90 + 45; // So its not aligned with axis
|
||||
NIBBLETYPE result = 0x0;
|
||||
if (a_Rotation > 360)
|
||||
{
|
||||
a_Rotation -= 360;
|
||||
|
||||
Reference in New Issue
Block a user