mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 21:38:00 +01:00
Another tweak to the hud
This commit is contained in:
parent
376058ae61
commit
9ba807b3d5
2 changed files with 1 additions and 1 deletions
|
@ -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 |
Loading…
Reference in a new issue