Merge branch 'editor-clock-cache' into editor-clock-transform

This commit is contained in:
Dean Herbert
2020-05-22 19:51:02 +09:00
7 changed files with 100 additions and 16 deletions

View File

@ -40,6 +40,11 @@ namespace osu.Game.Screens.Edit
underlyingClock = new DecoupleableInterpolatingFramedClock();
}
public EditorClock()
: this(new ControlPointInfo(), 1000, new BindableBeatDivisor())
{
}
/// <summary>
/// Seek to the closest snappable beat from a time.
/// </summary>