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