Fixed gui's changing colour while in f3

This commit is contained in:
modmuss50 2015-07-23 09:38:08 +01:00
parent bb98d76eea
commit 79235f15ba

View file

@ -108,6 +108,7 @@ public class ChargeHud
}
}
}
GL11.glColor4f(1.0F, 1.0F, 1.0F, 1.0F);
}
private String GetEUString(double euValue)