1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-13 15:27:30 +08:00

undo useless change

This commit is contained in:
OliBomby 2024-06-06 14:50:24 +02:00
parent ba78b8759e
commit fcc8671cbd

View File

@ -226,9 +226,7 @@ namespace osu.Game.Screens.Edit.Compose.Components
if (h.Samples.Any(s => s.Name == sampleName))
return;
var sampleToAdd = h.CreateHitSampleInfo(sampleName);
h.Samples.Add(sampleToAdd);
h.Samples.Add(h.CreateHitSampleInfo(sampleName));
EditorBeatmap.Update(h);
});