reinstate required hack in GainsExperience.InnerModifyRender

This commit is contained in:
Chris Forbes
2011-05-23 22:16:21 +12:00
parent 4cafabc1f3
commit 6fd4b565c9

View File

@@ -107,6 +107,7 @@ namespace OpenRA.Mods.RA
foreach (var r in rs)
yield return r;
RankAnim.Tick(); // HACK
var bounds = self.Bounds.Value;
yield return new Renderable(RankAnim.Image,
new float2(bounds.Right - 6, bounds.Bottom - 8), "effect", self.CenterLocation.Y);