fix background not showing on somes machines
This commit is contained in:
parent
8588a40474
commit
93b869a446
18 changed files with 18 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue