Merge pull request #560 from jk-5/master

RenderGameOverlayEvent.Post ALL is not called in GuiIngameForge
This commit is contained in:
LexManos 2013-06-03 12:21:34 -07:00
commit 5f750197ac
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()