mirror of
https://github.com/ppy/osu.git
synced 2026-06-05 17:04:35 +08:00
Remove unnecessary difficulty copy operation
This commit is contained in:
@@ -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) =>
|
||||
|
||||
Reference in New Issue
Block a user