mirror of
https://github.com/ppy/osu.git
synced 2026-06-08 17:54:18 +08:00
Fix player no longer handling non-loaded beatmaps
This commit is contained in:
@@ -68,7 +68,7 @@ namespace osu.Game.Screens.Play
|
||||
|
||||
public override bool HideMenuCursorOnNonMouseInput => true;
|
||||
|
||||
public override bool RequiresPortraitOrientation => DrawableRuleset.RequiresPortraitOrientation;
|
||||
public override bool RequiresPortraitOrientation => DrawableRuleset?.RequiresPortraitOrientation == true;
|
||||
|
||||
protected override OverlayActivation InitialOverlayActivationMode => OverlayActivation.UserTriggered;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user