1
0
forked from 0ad/0ad

Flip aura icons correctly

This was SVN commit r16612.
This commit is contained in:
sanderd17 2015-05-02 20:01:03 +00:00
parent 27560e72fe
commit d4794b5474

View File

@ -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;