Don't require a WorldRenderer to draw non-world-rendering widgets.
This commit is contained in:
@@ -170,7 +170,7 @@ namespace OpenRA.Widgets
|
||||
}
|
||||
}
|
||||
|
||||
public override void DrawInner( WorldRenderer wr )
|
||||
public override void DrawInner()
|
||||
{
|
||||
if (!IsVisible())
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user