w
This commit is contained in:
parent
004f4d9301
commit
fb62d1d780
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
|
@ -326,8 +326,9 @@ public class GuiIngame extends Gui {
|
|||
GlStateManager.enableAlpha();
|
||||
|
||||
if (ModManager.crosshair.isEnabled()){
|
||||
GlStateManager.disableAlpha();
|
||||
if(Minecraft.getMinecraft().pointedEntity != null){
|
||||
GlStateManager.disableAlpha();
|
||||
GlStateManager.disableBlend();
|
||||
GlStateManager.color(RenderUtils.getColorWithoutRGB(Crosshair.color).getRed(), RenderUtils.getColorWithoutRGB(Crosshair.color).getGreen(), RenderUtils.getColorWithoutRGB(Crosshair.color).getBlue());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user