fix background not showing on somes machines

This commit is contained in:
alexpic57 2017-09-06 14:42:54 +02:00
parent 8588a40474
commit 93b869a446
18 changed files with 18 additions and 3 deletions

View file

@ -47,6 +47,7 @@ public class GuiIronFurnace extends GuiContainer {
@Override
protected void drawGuiContainerBackgroundLayer(final float p_146976_1_, final int p_146976_2_, final int p_146976_3_) {
this.drawDefaultBackground();
GlStateManager.color(1.0F, 1.0F, 1.0F, 1.0F);
this.mc.getTextureManager().bindTexture(GuiIronFurnace.texture);
final int k = (this.width - this.xSize) / 2;