From 7dd7d35fc84550971b3271baafc390d319e63f3c Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Thu, 7 Oct 2021 17:19:34 +0900 Subject: [PATCH] Remove unnecessary difficulty copy operation --- osu.Game/Tests/Beatmaps/BeatmapConversionTest.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/osu.Game/Tests/Beatmaps/BeatmapConversionTest.cs b/osu.Game/Tests/Beatmaps/BeatmapConversionTest.cs index 54fb287661..64f1ee4a7a 100644 --- a/osu.Game/Tests/Beatmaps/BeatmapConversionTest.cs +++ b/osu.Game/Tests/Beatmaps/BeatmapConversionTest.cs @@ -111,8 +111,6 @@ namespace osu.Game.Tests.Beatmaps var converterResult = new Dictionary>(); - beatmap.BeatmapInfo.BaseDifficulty = beatmap.Difficulty; - var working = new ConversionWorkingBeatmap(beatmap) { ConversionGenerated = (o, r, c) =>