TpsGraphComponent: Fix bugs

This commit is contained in:
noil 2020-12-23 20:41:26 -05:00
parent e8f40426b8
commit ccdd918cab

View File

@ -99,7 +99,6 @@ public final class TpsGraphComponent extends ResizableHudComponent {
//GlStateManager.scale(-0.5f, -0.5f, -0.5f);
GlStateManager.popMatrix();*/
} else {
this.setW(mc.fontRenderer.getStringWidth("(tps graph)"));
mc.fontRenderer.drawStringWithShadow("(tps graph)", this.getX(), this.getY(), 0xFFAAAAAA);
}
}