Fixed crosshair always being white, closes #2653.
This commit is contained in:
parent
6e68aa4106
commit
efa7fd4dfe
1 changed files with 1 additions and 0 deletions
|
@ -194,6 +194,7 @@ public class GuiIngameForge extends GuiIngame
|
||||||
{
|
{
|
||||||
if (pre(CROSSHAIRS)) return;
|
if (pre(CROSSHAIRS)) return;
|
||||||
bind(Gui.icons);
|
bind(Gui.icons);
|
||||||
|
GlStateManager.enableBlend();
|
||||||
super.renderAttackIndicator(partialTicks, res);
|
super.renderAttackIndicator(partialTicks, res);
|
||||||
post(CROSSHAIRS);
|
post(CROSSHAIRS);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue