This commit is contained in:
Paul Chote
2011-05-04 10:46:51 +12:00
parent 6495478433
commit 2d7f3086f6
3 changed files with 8 additions and 4 deletions

View File

@@ -109,7 +109,7 @@ namespace OpenRA.Mods.RA
RankAnim.Tick(); // hack
var bounds = self.GetBounds(false);
yield return new Renderable(RankAnim.Image,
new float2(bounds.Right - 6, bounds.Bottom - 8), "effect", (int)self.CenterLocation.Y);
new float2(bounds.Right - 6, bounds.Bottom - 8), "effect", self.CenterLocation.Y);
}
}