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 37cc08a02..42b7862bd 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.add(-0.5, 0, 0); + CornerBottomLeft = bottomLeft; CornerTopRight = topRight; }