Added button placement handler

Also removed an unneeded variable in the stair handler
This commit is contained in:
Tiger Wang
2013-09-22 19:34:42 +01:00
parent 5c22a9f5f0
commit a8a45a4afc
5 changed files with 120 additions and 1 deletions
-1
View File
@@ -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;