1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-23 07:39:53 +08:00

Remove unnecessary content clear

This commit is contained in:
Dean Herbert
2023-05-04 11:25:10 +09:00
Unverified
parent 26b8c5b852
commit 0034124d79
@@ -133,7 +133,6 @@ namespace osu.Game.Overlays.Mods
private void useCurrentMods()
{
saveableMods = selectedMods.Value.ToHashSet();
scrollContent.Clear();
updateState();
}