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