Move all the "inherit previous AllowTrackAdjustments" logic into OsuScreen

This commit is contained in:
AbstractQbit
2021-09-15 21:25:39 +03:00
parent 931e873a7e
commit 318f0941ca
8 changed files with 13 additions and 11 deletions

View File

@ -56,7 +56,7 @@ namespace osu.Game.Screens.Edit
public override bool DisallowExternalBeatmapRulesetChanges => true;
public override bool? AllowTrackAdjustments => false;
public override bool AllowTrackAdjustments => false;
protected bool HasUnsavedChanges => lastSavedHash != changeHandler.CurrentStateHash;