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