Apply consistent widget method names. Semantic change: Widgets that want to tick when !Visible must override TickOuter() instead of Tick().
This commit is contained in:
@@ -35,7 +35,7 @@ namespace OpenRA.Mods.RA.Widgets
|
||||
b.Stances[a] == Stance.Ally;
|
||||
}
|
||||
|
||||
public override void DrawInner()
|
||||
public override void Draw()
|
||||
{
|
||||
if (!Initialised)
|
||||
Init();
|
||||
|
||||
Reference in New Issue
Block a user