Another tweak to the hud

This commit is contained in:
Sollace 2020-09-24 00:15:29 +02:00
parent 376058ae61
commit 9ba807b3d5
2 changed files with 1 additions and 1 deletions

View file

@ -79,7 +79,7 @@ class Slot {
}
// contents
int middle = (int)(size / 2F - iconSize / 2F);
int middle = (slotPadding + size - iconSize)/2;
uHud.renderAbilityIcon(matrices, stat, middle, middle, iconSize, iconSize, iconSize, iconSize);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 782 B

After

Width:  |  Height:  |  Size: 754 B