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:
parent
0df409c050
commit
7dd7d35fc8
@ -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) =>
|
||||
|
Loading…
Reference in New Issue
Block a user