From 1d30a9bcdbb7f5fa740690885a61903e2fd774bb Mon Sep 17 00:00:00 2001 From: Anuken Date: Thu, 18 Apr 2024 17:07:33 -0400 Subject: [PATCH] comments --- core/src/mindustry/type/UnitType.java | 2 -- 1 file changed, 2 deletions(-) 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;