Fix tests and implementation

This commit is contained in:
AlFasGD
2018-05-08 16:37:06 +03:00
parent dd9b9a18ac
commit e44062b77a
2 changed files with 10 additions and 7 deletions

View File

@ -29,7 +29,7 @@ namespace osu.Game.Tests.Visual
protected EditorClockTestCase()
{
Clock = new EditorClock(new ControlPointInfo(), BeatDivisor) { IsCoupled = false };
Clock = new EditorClock(new ControlPointInfo(), 5000, BeatDivisor) { IsCoupled = false };
}
[BackgroundDependencyLoader]