Move dampening to base implementation and change range to 0..1

This commit is contained in:
Dean Herbert
2020-04-13 13:00:03 +09:00
parent 22d89dbff7
commit 65b96079a0
4 changed files with 15 additions and 8 deletions

View File

@ -26,7 +26,7 @@ namespace osu.Game.Rulesets.Mania.Objects.Drawables
protected readonly IBindable<ScrollingDirection> Direction = new Bindable<ScrollingDirection>();
protected override float SamplePlaybackBalance
protected override float SamplePlaybackPosition
{
get
{