Remove RenderSprites.Scale.

This commit is contained in:
Paul Chote
2020-12-31 18:03:55 +00:00
committed by teinarss
parent f6b40b2bce
commit 82a9809192
31 changed files with 100 additions and 70 deletions

View File

@@ -107,7 +107,7 @@ namespace OpenRA.Mods.Cnc.Effects
var palette = wr.Palette(info.IndicatorPalettePrefix + effectiveOwner.InternalName);
var screenPos = wr.Viewport.WorldToViewPx(wr.ScreenPxPosition(actor.CenterPosition));
return anim.RenderUI(wr, screenPos, WVec.Zero, 0, palette, 1f);
return anim.RenderUI(wr, screenPos, WVec.Zero, 0, palette);
}
}
}