1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-14 23:33:23 +08:00

Remove unnecessary difficulty copy operation

This commit is contained in:
Dean Herbert 2021-10-07 17:19:34 +09:00
parent 0df409c050
commit 7dd7d35fc8

View File

@ -111,8 +111,6 @@ 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) =>