1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 09:22:54 +08:00

Nest class

This commit is contained in:
Dean Herbert 2019-02-19 12:35:52 +09:00
parent f8033a3b35
commit 62fe5ad481

View File

@ -43,7 +43,6 @@ namespace osu.Game.Tests.Beatmaps
protected override IBeatmap GetBeatmap() => beatmap;
protected override Texture GetBackground() => null;
protected override Track GetTrack() => track;
}
/// <summary>
/// A virtual track which tracks a reference clock.
@ -104,3 +103,4 @@ namespace osu.Game.Tests.Beatmaps
}
}
}
}