1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 20:07:25 +08:00

Show back button when spectating

Avoids getting stuck at some screens.
It's a bit ugly having the back button visible like this,
but is the best approach we have for now.
This commit is contained in:
Dean Herbert 2023-12-15 11:26:10 +09:00
parent 8a52c4f176
commit 27296c59de
No known key found for this signature in database

View File

@ -25,6 +25,8 @@ namespace osu.Game.Screens.Play
private readonly Score score; private readonly Score score;
public override bool AllowBackButton => true;
protected override bool CheckModsAllowFailure() protected override bool CheckModsAllowFailure()
{ {
if (!allowFail) if (!allowFail)