1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-03 05:30:11 +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
Unverified
parent 8a52c4f176
commit 27296c59de
+2
View File
@@ -25,6 +25,8 @@ namespace osu.Game.Screens.Play
private readonly Score score;
public override bool AllowBackButton => true;
protected override bool CheckModsAllowFailure()
{
if (!allowFail)