From d741485d354a69c9b4aa86b2251f68526ac90770 Mon Sep 17 00:00:00 2001 From: Anuken Date: Tue, 27 Sep 2022 12:30:17 -0400 Subject: [PATCH] Comment unnecessary --- .../mindustry/world/blocks/production/Separator.java | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/core/src/mindustry/world/blocks/production/Separator.java b/core/src/mindustry/world/blocks/production/Separator.java index e4c2a2a146..fd387d6960 100644 --- a/core/src/mindustry/world/blocks/production/Separator.java +++ b/core/src/mindustry/world/blocks/production/Separator.java @@ -93,18 +93,6 @@ public class Separator extends Block{ return total < itemCapacity && enabled; } - /* - @Override - public void draw(){ - super.draw(); - - Drawf.liquid(liquidRegion, x, y, liquids.currentAmount() / liquidCapacity, liquids.current().color); - - if(Core.atlas.isFound(spinnerRegion)){ - Draw.rect(spinnerRegion, x, y, totalProgress * spinnerSpeed); - } - }*/ - @Override public void draw(){ drawer.draw(this);