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

@ -68,7 +68,6 @@ namespace osu.Game.Tests.NonVisual.Skinning
public ManualClock ManualClock { get; }
public IFrameBasedClock Clock { get; }
public Bindable<double> AnimationStartTime { get; } = new BindableDouble();
IBindable<double> IAnimationTimeReference.AnimationStartTime => AnimationStartTime;
public TestAnimationTimeReference()
{