See if shifting -0.5X made a difference
This commit is contained in:
parent
38526b2e65
commit
1d2689f222
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user