mirror of
https://github.com/ppy/osu.git
synced 2025-01-21 08:12:56 +08:00
Fix screen titles
This commit is contained in:
parent
15100632f1
commit
da135346b2
@ -172,5 +172,7 @@ namespace osu.Game.Screens.Multi.Lounge
|
|||||||
|
|
||||||
this.Push(new MatchSubScreen(room, s => pushGameplayScreen?.Invoke(s)));
|
this.Push(new MatchSubScreen(room, s => pushGameplayScreen?.Invoke(s)));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public override string ToString() => Title;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -239,6 +239,8 @@ namespace osu.Game.Screens.Multi.Match
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public override string ToString() => Title;
|
||||||
|
|
||||||
protected override void Dispose(bool isDisposing)
|
protected override void Dispose(bool isDisposing)
|
||||||
{
|
{
|
||||||
base.Dispose(isDisposing);
|
base.Dispose(isDisposing);
|
||||||
|
Loading…
Reference in New Issue
Block a user