Basic listbox for map list

This commit is contained in:
Paul Chote
2010-07-12 18:30:53 +12:00
parent f70ac60135
commit 9b5df39a04
6 changed files with 151 additions and 23 deletions

View File

@@ -182,7 +182,7 @@ namespace OpenRA.Widgets
public abstract void DrawInner( World world );
public void Draw(World world)
public virtual void Draw(World world)
{
if (IsVisible())
{