reinstate required hack in GainsExperience.InnerModifyRender
This commit is contained in:
@@ -107,6 +107,7 @@ namespace OpenRA.Mods.RA
|
|||||||
foreach (var r in rs)
|
foreach (var r in rs)
|
||||||
yield return r;
|
yield return r;
|
||||||
|
|
||||||
|
RankAnim.Tick(); // HACK
|
||||||
var bounds = self.Bounds.Value;
|
var bounds = self.Bounds.Value;
|
||||||
yield return new Renderable(RankAnim.Image,
|
yield return new Renderable(RankAnim.Image,
|
||||||
new float2(bounds.Right - 6, bounds.Bottom - 8), "effect", self.CenterLocation.Y);
|
new float2(bounds.Right - 6, bounds.Bottom - 8), "effect", self.CenterLocation.Y);
|
||||||
|
|||||||
Reference in New Issue
Block a user