fix special power bin

This commit is contained in:
Chris Forbes
2010-07-19 17:52:55 +12:00
parent f45de5de45
commit 902c2c7832

View File

@@ -40,6 +40,11 @@ namespace OpenRA.Widgets
ready = new Animation("pips");
ready.PlayRepeating("ready");
clock = new Animation("clock");
}
public override Rectangle RenderBounds
{
get { return buttons.Any() ? buttons.Select(b => b.First).Aggregate(Rectangle.Union) : Bounds; }
}
public override bool HandleInput(MouseInput mi)