See if shifting -0.5X made a difference

This commit is contained in:
Spencer 2017-11-25 16:20:47 -05:00 committed by Alexander Meech
parent 38526b2e65
commit 1d2689f222

View File

@ -136,7 +136,7 @@ public class BuildData
bottomLeft.setZ(Math.min(CornerA.getZ(), CornerB.getZ()));
topRight.setZ(Math.max(CornerA.getZ(), CornerB.getZ()));
CornerBottomLeft = bottomLeft.add(-0.5, 0, 0);
CornerBottomLeft = bottomLeft;
CornerTopRight = topRight;
}