Fixed crosshair always being white, closes #2653.

This commit is contained in:
RainWarrior 2016-03-26 09:45:20 +03:00
parent 6e68aa4106
commit efa7fd4dfe
1 changed files with 1 additions and 0 deletions

View File

@ -194,6 +194,7 @@ public class GuiIngameForge extends GuiIngame
{
if (pre(CROSSHAIRS)) return;
bind(Gui.icons);
GlStateManager.enableBlend();
super.renderAttackIndicator(partialTicks, res);
post(CROSSHAIRS);
}