1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-07 03:33:39 +08:00

Fix screen titles

This commit is contained in:
smoogipoo
2019-01-25 18:38:48 +09:00
Unverified
parent 15100632f1
commit da135346b2
2 changed files with 4 additions and 0 deletions
@@ -172,5 +172,7 @@ namespace osu.Game.Screens.Multi.Lounge
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)
{
base.Dispose(isDisposing);