diff --git a/core/src/mindustry/type/Weapon.java b/core/src/mindustry/type/Weapon.java index dc83c9282f..af6b19b05e 100644 --- a/core/src/mindustry/type/Weapon.java +++ b/core/src/mindustry/type/Weapon.java @@ -155,7 +155,7 @@ public class Weapon implements Cloneable{ Draw.rect(outlineRegion, wx, wy, outlineRegion.width * Draw.scl * -Mathf.sign(flipSprite), - region.height * Draw.scl, + outlineRegion.height * Draw.scl, weaponRotation); } }