1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 10:12:54 +08:00

Remove unnecessary content clear

This commit is contained in:
Dean Herbert 2023-05-04 11:25:10 +09:00
parent 26b8c5b852
commit 0034124d79

View File

@ -133,7 +133,6 @@ namespace osu.Game.Overlays.Mods
private void useCurrentMods()
{
saveableMods = selectedMods.Value.ToHashSet();
scrollContent.Clear();
updateState();
}