refactoring Widget

This commit is contained in:
Bob
2010-05-25 11:44:57 +12:00
parent ac10ca3fad
commit 8285c7d158
16 changed files with 30 additions and 76 deletions

View File

@@ -86,7 +86,7 @@ namespace OpenRA.Widgets
public override Widget Clone() { throw new NotImplementedException("Why are you Cloning RadarBin?"); }
public override void Draw(World world)
public override void DrawInner(World world)
{
DrawRadar(world);
DrawPower(world);