Remove incorrect `TrackLoaded` override from `TestWorkingBeatmap`

This commit is contained in:
Dean Herbert 2022-07-28 17:49:17 +09:00
parent 1da9830145
commit 628a30193f
1 changed files with 0 additions and 2 deletions

View File

@ -31,8 +31,6 @@ public TestWorkingBeatmap(IBeatmap beatmap, Storyboard storyboard = null, AudioM
this.storyboard = storyboard;
}
public override bool TrackLoaded => true;
public override bool BeatmapLoaded => true;
protected override IBeatmap GetBeatmap() => beatmap;