mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Fix screen titles
This commit is contained in:
@ -239,6 +239,8 @@ namespace osu.Game.Screens.Multi.Match
|
||||
}
|
||||
}
|
||||
|
||||
public override string ToString() => Title;
|
||||
|
||||
protected override void Dispose(bool isDisposing)
|
||||
{
|
||||
base.Dispose(isDisposing);
|
||||
|
Reference in New Issue
Block a user