1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 13:27:23 +08:00

Don't least at Player just yet

This commit is contained in:
Dean Herbert 2020-01-31 18:37:16 +09:00
parent 2f61d3f5ad
commit a547d2ed5c

View File

@ -39,8 +39,6 @@ namespace osu.Game.Screens.Play
public override float BackgroundParallaxAmount => 0.1f;
public override bool DisallowExternalBeatmapRulesetChanges => true;
public override bool HideOverlaysOnEnter => true;
public override OverlayActivation InitialOverlayActivationMode => OverlayActivation.UserTriggered;