RenderGameOverlayEvent.Post(ALL) is now called in GuiIngameForge
This commit is contained in:
parent
e805d53089
commit
109d4ff134
1 changed files with 2 additions and 0 deletions
|
@ -150,6 +150,8 @@ public class GuiIngameForge extends GuiIngame
|
||||||
GL11.glColor4f(1.0F, 1.0F, 1.0F, 1.0F);
|
GL11.glColor4f(1.0F, 1.0F, 1.0F, 1.0F);
|
||||||
GL11.glDisable(GL11.GL_LIGHTING);
|
GL11.glDisable(GL11.GL_LIGHTING);
|
||||||
GL11.glEnable(GL11.GL_ALPHA_TEST);
|
GL11.glEnable(GL11.GL_ALPHA_TEST);
|
||||||
|
|
||||||
|
post(ALL);
|
||||||
}
|
}
|
||||||
|
|
||||||
public ScaledResolution getResolution()
|
public ScaledResolution getResolution()
|
||||||
|
|
Loading…
Reference in a new issue