Fix statistics render

This commit is contained in:
aidancbrady 2015-07-06 13:58:48 -07:00
parent 87b7b838f0
commit e9fb7f164c

View file

@ -48,7 +48,7 @@ public class GuiMatrixStats extends GuiMekanism
@Override @Override
public double getLevel() public double getLevel()
{ {
return tileEntity.structure.lastOutput/tileEntity.structure.transferCap; return tileEntity.structure.lastInput/tileEntity.structure.transferCap;
} }
}, MekanismUtils.getResource(ResourceType.GUI, "GuiMatrixStats.png"), 30, 13)); }, MekanismUtils.getResource(ResourceType.GUI, "GuiMatrixStats.png"), 30, 13));
guiElements.add(new GuiRateBar(this, new IRateInfoHandler() guiElements.add(new GuiRateBar(this, new IRateInfoHandler()