Revert some more usage of MusicController back to WorkingBeatmap

This commit is contained in:
Dean Herbert
2020-08-21 15:05:56 +09:00
parent 0b0ff62647
commit d2c2e8bbe8
9 changed files with 17 additions and 12 deletions

View File

@ -27,6 +27,8 @@ namespace osu.Game.Tests.Beatmaps
this.storyboard = storyboard;
}
public override bool TrackLoaded => true;
public override bool BeatmapLoaded => true;
protected override IBeatmap GetBeatmap() => beatmap;