fix special power bin
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user