This commit is contained in:
smoogipoo
2019-06-04 11:25:18 +09:00
parent 474191fcec
commit 4763a41c7e
4 changed files with 4 additions and 9 deletions

View File

@ -44,7 +44,7 @@ namespace osu.Game.Beatmaps
protected override Texture GetBackground() => textures?.Get(@"Backgrounds/bg4");
protected override Track GetTrack() => GetVirtualTrack(Beatmap);
protected override Track GetTrack() => GetVirtualTrack();
private class DummyRulesetInfo : RulesetInfo
{