Allow screen to specify whether to apply audio rate adjustments from mods

This commit is contained in:
Dean Herbert
2019-11-15 13:47:14 +09:00
parent b8bb97607b
commit 6d06b444ba
6 changed files with 37 additions and 3 deletions

View File

@ -16,6 +16,8 @@ namespace osu.Game.Screens
public override bool CursorVisible => false;
public override bool AllowRateAdjustments => false;
public override OverlayActivation InitialOverlayActivationMode => OverlayActivation.Disabled;
}
}