Reset all types of adjustments in MusicController; Rename AllowRateAdjustments to AllowTrackAdjustments

This commit is contained in:
Henry Lin
2021-07-29 15:39:26 +08:00
parent c67c763a92
commit 89e8296eb1
9 changed files with 22 additions and 19 deletions

View File

@ -59,9 +59,9 @@ namespace osu.Game.Screens
Bindable<RulesetInfo> Ruleset { get; }
/// <summary>
/// Whether mod rate adjustments are allowed to be applied.
/// Whether mod track adjustments are allowed to be applied.
/// </summary>
bool AllowRateAdjustments { get; }
bool AllowTrackAdjustments { get; }
/// <summary>
/// Invoked when the back button has been pressed to close any overlays before exiting this <see cref="IOsuScreen"/>.