Unify the perf info visibility
This commit is contained in:
@@ -25,7 +25,7 @@ namespace OpenRA.Widgets
|
||||
public readonly string Background = "dialog";
|
||||
public override void Draw(World world)
|
||||
{
|
||||
if (!Visible)
|
||||
if (!IsVisible())
|
||||
{
|
||||
base.Draw(world);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user