Give TestWorkingBeatmap a reference clock

This commit is contained in:
Dean Herbert
2019-02-19 12:16:44 +09:00
parent 805805020d
commit f8033a3b35
8 changed files with 89 additions and 12 deletions

View File

@ -29,7 +29,7 @@ namespace osu.Game.Tests.Visual
Size = new Vector2(200,100)
};
Beatmap.Value = new TestWorkingBeatmap(new Beatmap());
Beatmap.Value = new TestWorkingBeatmap(new Beatmap(), Clock);
Child = playback;
}