diff --git a/core/src/mindustry/type/UnitType.java b/core/src/mindustry/type/UnitType.java index 64e7c87785..7ad45fad64 100644 --- a/core/src/mindustry/type/UnitType.java +++ b/core/src/mindustry/type/UnitType.java @@ -1190,8 +1190,6 @@ public class UnitType extends UnlockableContent implements Senseable{ //region drawing - - /** Set up drawing state before calling! e.g. drawingPayload */ public void draw(Unit unit){ if(unit.inFogTo(Vars.player.team())) return;