Merge branch 'master' into beatmap-track-rework

This commit is contained in:
smoogipoo
2020-08-07 18:41:34 +09:00
13 changed files with 93 additions and 57 deletions

View File

@ -117,7 +117,7 @@ namespace osu.Game.Rulesets.UI
public void RemoveAdjustment(AdjustableProperty type, BindableNumber<double> adjustBindable) => throw new NotSupportedException();
public void RemoveAllAdjustments(AdjustableProperty type) => throw new NotImplementedException();
public void RemoveAllAdjustments(AdjustableProperty type) => throw new NotSupportedException();
public BindableNumber<double> Volume => throw new NotSupportedException();