RenderGameOverlayEvent.Post(ALL) is now called in GuiIngameForge

This commit is contained in:
Jeffrey Kog 2013-05-09 14:27:59 +02:00
parent e805d53089
commit 109d4ff134
1 changed files with 2 additions and 0 deletions

View File

@ -150,6 +150,8 @@ public class GuiIngameForge extends GuiIngame
GL11.glColor4f(1.0F, 1.0F, 1.0F, 1.0F);
GL11.glDisable(GL11.GL_LIGHTING);
GL11.glEnable(GL11.GL_ALPHA_TEST);
post(ALL);
}
public ScaledResolution getResolution()