Use VirtualBeatmapTrack in testcases

This commit is contained in:
smoogipoo
2018-06-28 11:45:48 +09:00
parent 5640385f48
commit c0c94e24b9
3 changed files with 3 additions and 20 deletions

View File

@ -45,7 +45,7 @@ namespace osu.Game.Beatmaps
protected override Texture GetBackground() => game?.Textures.Get(@"Backgrounds/bg4");
protected override Track GetTrack() => new TrackVirtual();
protected override Track GetTrack() => new TrackVirtual { Length = 1000 };
private class DummyRulesetInfo : RulesetInfo
{