diff --git a/core/src/mindustry/world/blocks/defense/Thruster.java b/core/src/mindustry/world/blocks/defense/Thruster.java index 89c9a28c12..f015b02b38 100644 --- a/core/src/mindustry/world/blocks/defense/Thruster.java +++ b/core/src/mindustry/world/blocks/defense/Thruster.java @@ -29,8 +29,7 @@ public class Thruster extends Wall{ @Override public void draw(){ - super.draw(); - + Draw.rect(block.region, x, y); Draw.rect(topRegion, x, y, rotdeg()); } }