This commit is contained in:
alzeih
2010-05-30 14:06:42 +12:00
parent f946382e38
commit b45c74fa0b

View File

@@ -39,7 +39,7 @@ namespace OpenRA.Widgets
public override Widget Clone() { throw new NotImplementedException("Why are you Cloning PowerBin?"); }
public override void Draw(World world)
public override void DrawInner(World world)
{
powerCollection = "power-" + world.LocalPlayer.Country.Race;