Merge pull request #560 from jk-5/master
RenderGameOverlayEvent.Post ALL is not called in GuiIngameForge
This commit is contained in:
commit
5f750197ac
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.glDisable(GL11.GL_LIGHTING);
|
||||
GL11.glEnable(GL11.GL_ALPHA_TEST);
|
||||
|
||||
post(ALL);
|
||||
}
|
||||
|
||||
public ScaledResolution getResolution()
|
||||
|
|
Loading…
Reference in a new issue