diff --git a/Plugins/Nautilus.Game.Arcade/src/nautilus/game/arcade/game/games/build/BuildData.java b/Plugins/Nautilus.Game.Arcade/src/nautilus/game/arcade/game/games/build/BuildData.java index a3ab4fcff..645fa81bf 100644 --- a/Plugins/Nautilus.Game.Arcade/src/nautilus/game/arcade/game/games/build/BuildData.java +++ b/Plugins/Nautilus.Game.Arcade/src/nautilus/game/arcade/game/games/build/BuildData.java @@ -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; + CornerBottomLeft = bottomLeft.add(-0.5, 0, 0); CornerTopRight = topRight; }