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

@ -12,7 +12,7 @@ namespace osu.Game.Beatmaps
/// <summary>
/// A type of <see cref="TrackVirtual"/> which provides a valid length based on the <see cref="HitObject"/>s of an <see cref="IBeatmap"/>.
/// </summary>
private class VirtualBeatmapTrack : TrackVirtual
protected class VirtualBeatmapTrack : TrackVirtual
{
private readonly IBeatmap beatmap;