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

Fix player no longer handling non-loaded beatmaps

This commit is contained in:
Salman Alshamrani
2025-01-04 02:35:48 -05:00
Unverified
parent e5713e5239
commit 21389820c5
+1 -1
View File
@@ -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;