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:
@@ -25,6 +25,8 @@ namespace osu.Game.Screens.Play
|
||||
|
||||
private readonly Score score;
|
||||
|
||||
public override bool AllowBackButton => true;
|
||||
|
||||
protected override bool CheckModsAllowFailure()
|
||||
{
|
||||
if (!allowFail)
|
||||
|
||||
Reference in New Issue
Block a user