Don't require a WorldRenderer to draw non-world-rendering widgets.
This commit is contained in:
@@ -27,7 +27,7 @@ namespace OpenRA.Mods.RA.Widgets
|
||||
OrderManager = orderManager;
|
||||
}
|
||||
|
||||
public override void DrawInner(WorldRenderer wr) { }
|
||||
public override void DrawInner() { }
|
||||
|
||||
public override string GetCursor(int2 pos) { return null; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user