Don't require a WorldRenderer to draw non-world-rendering widgets.
This commit is contained in:
@@ -201,7 +201,7 @@ namespace OpenRA.Widgets
|
||||
Game.Renderer.DisableScissor();
|
||||
}
|
||||
|
||||
public override void DrawInner( WorldRenderer wr )
|
||||
public override void DrawInner()
|
||||
{
|
||||
DrawWithString(Text);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user