AESU poweroutput icon fixed

This commit is contained in:
drcrazy 2018-12-22 13:06:03 +03:00
parent e299518c4e
commit fbc8ceb1ed

View file

@ -53,7 +53,7 @@ public class GuiAESU extends GuiBase {
drawSlot(62, 45, layer);
drawSlot(98, 45, layer);
drawArmourSlots(8, 18, layer);
builder.drawEnergyOutput(this, 171, 61, tile.getCurrentOutput(), layer);
builder.drawEnergyOutput(this, 155, 61, tile.getCurrentOutput(), layer);
builder.drawUpDownButtons(this, 121, 79, layer);
}