mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 00:53:56 +09:00
Remove incorrect TrackLoaded
override from TestWorkingBeatmap
This commit is contained in:
@ -31,8 +31,6 @@ namespace osu.Game.Tests.Beatmaps
|
|||||||
this.storyboard = storyboard;
|
this.storyboard = storyboard;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override bool TrackLoaded => true;
|
|
||||||
|
|
||||||
public override bool BeatmapLoaded => true;
|
public override bool BeatmapLoaded => true;
|
||||||
|
|
||||||
protected override IBeatmap GetBeatmap() => beatmap;
|
protected override IBeatmap GetBeatmap() => beatmap;
|
||||||
|
Reference in New Issue
Block a user