mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 00:09:55 +09:00
Centralise and update WorkingBeatmap creation in test cases
This commit is contained in:
@ -429,7 +429,7 @@ namespace osu.Game.Beatmaps
|
||||
private readonly IBeatmap beatmap;
|
||||
|
||||
public DummyConversionBeatmap(IBeatmap beatmap)
|
||||
: base(beatmap.BeatmapInfo)
|
||||
: base(beatmap.BeatmapInfo, null)
|
||||
{
|
||||
this.beatmap = beatmap;
|
||||
}
|
||||
|
Reference in New Issue
Block a user