Fix spacing issue in player list
This commit is contained in:
parent
76ebf87a36
commit
4ef3db9824
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ public final class CustomPlayerListHud {
|
||||||
ai = x % m;
|
ai = x % m;
|
||||||
int aa = s + y * r + y * 5;
|
int aa = s + y * r + y * 5;
|
||||||
int ab = t + ai * 9;
|
int ab = t + ai * 9;
|
||||||
DrawableHelper.fill(aa, ab, aa + r, ab + 8, w);
|
DrawableHelper.fill(aa, ab, aa + r - 1, ab + 8, w);
|
||||||
RenderSystem.color4f(1.0F, 1.0F, 1.0F, 1.0F);
|
RenderSystem.color4f(1.0F, 1.0F, 1.0F, 1.0F);
|
||||||
RenderSystem.enableAlphaTest();
|
RenderSystem.enableAlphaTest();
|
||||||
RenderSystem.enableBlend();
|
RenderSystem.enableBlend();
|
||||||
|
|
Loading…
Add table
Reference in a new issue