mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 23:52:57 +08:00
Remove unnecessary content clear
This commit is contained in:
parent
26b8c5b852
commit
0034124d79
@ -133,7 +133,6 @@ namespace osu.Game.Overlays.Mods
|
|||||||
private void useCurrentMods()
|
private void useCurrentMods()
|
||||||
{
|
{
|
||||||
saveableMods = selectedMods.Value.ToHashSet();
|
saveableMods = selectedMods.Value.ToHashSet();
|
||||||
scrollContent.Clear();
|
|
||||||
updateState();
|
updateState();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user