Fix incorrect method name

This commit is contained in:
smoogipoo
2018-05-07 11:22:25 +09:00
parent db3e48c194
commit 794418432f
4 changed files with 5 additions and 5 deletions

View File

@ -40,7 +40,7 @@ namespace osu.Game.Beatmaps
this.game = game;
}
protected override IBeatmap GetPlayableBeatmap() => new Beatmap();
protected override IBeatmap GetBeatmap() => new Beatmap();
protected override Texture GetBackground() => game.Textures.Get(@"Backgrounds/bg4");