Copy BaseDifficulty to Beatmap<T> and move all write operations across

This commit is contained in:
Dean Herbert
2021-10-02 12:34:29 +09:00
parent 5eb4210f78
commit b339c149d8
49 changed files with 163 additions and 108 deletions

View File

@ -111,6 +111,8 @@ namespace osu.Game.Tests.Beatmaps
var converterResult = new Dictionary<HitObject, IEnumerable<HitObject>>();
beatmap.BeatmapInfo.BaseDifficulty = beatmap.Difficulty;
var working = new ConversionWorkingBeatmap(beatmap)
{
ConversionGenerated = (o, r, c) =>