mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 13:23:56 -07:00
Flip aura icons correctly
This was SVN commit r16612.
This commit is contained in:
parent
27560e72fe
commit
d4794b5474
1 changed files with 1 additions and 1 deletions
|
|
@ -117,8 +117,8 @@ StatusBars.prototype.AddAuraIcons = function(cmpOverlayRenderer, yoffset)
|
|||
{
|
||||
cmpOverlayRenderer.AddSprite(
|
||||
icon,
|
||||
{ "x": xoffset - iconSize/2, "y": yoffset },
|
||||
{ "x": xoffset + iconSize/2, "y": yoffset + iconSize },
|
||||
{ "x": xoffset - iconSize/2, "y": yoffset },
|
||||
offset
|
||||
);
|
||||
xoffset += iconSize * 1.2;
|
||||
|
|
|
|||
Loading…
Reference in a new issue