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);