diff --git a/core/src/mindustry/entities/part/RegionPart.java b/core/src/mindustry/entities/part/RegionPart.java index d920f7eff8..d632587db0 100644 --- a/core/src/mindustry/entities/part/RegionPart.java +++ b/core/src/mindustry/entities/part/RegionPart.java @@ -78,8 +78,8 @@ public class RegionPart extends DrawPart{ mx += move.x * p; my += move.y * p; mr += move.rot * p; - gx += move.gx; - gy += move.gy; + gx += move.gx * p; + gy += move.gy * p; } }