Rename GetBeatmap() to GetPlayableBeatmap()

This commit is contained in:
smoogipoo
2018-05-07 10:40:30 +09:00
parent 9128e64c9a
commit db3e48c194
5 changed files with 13 additions and 10 deletions

View File

@ -24,7 +24,7 @@ namespace osu.Game.Tests.Beatmaps
}
private readonly IBeatmap beatmap;
protected override IBeatmap GetBeatmap() => beatmap;
protected override IBeatmap GetPlayableBeatmap() => beatmap;
protected override Texture GetBackground() => null;
protected override Track GetTrack()