Expose animation start time as mutable in interface

This commit is contained in:
Bartłomiej Dach
2020-11-22 13:11:22 +01:00
parent 240c1b0aef
commit 1c31a4a6b6
4 changed files with 2 additions and 4 deletions

View File

@ -49,6 +49,5 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables.Connections
}
public Bindable<double> AnimationStartTime { get; } = new BindableDouble();
IBindable<double> IAnimationTimeReference.AnimationStartTime => AnimationStartTime;
}
}