mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 21:23:04 +08:00
Fix cross talk between ModSelectOverlay
s
This commit is contained in:
parent
64a02fe10f
commit
af270cccc4
@ -429,7 +429,7 @@ namespace osu.Game.Overlays.Mods
|
|||||||
if (!Stacked)
|
if (!Stacked)
|
||||||
modEnumeration = ModUtils.FlattenMods(modEnumeration);
|
modEnumeration = ModUtils.FlattenMods(modEnumeration);
|
||||||
|
|
||||||
section.Mods = modEnumeration.Select(getValidModOrNull).Where(m => m != null);
|
section.Mods = modEnumeration.Select(getValidModOrNull).Where(m => m != null).Select(m => m.CreateCopy());
|
||||||
}
|
}
|
||||||
|
|
||||||
updateSelectedButtons();
|
updateSelectedButtons();
|
||||||
|
Loading…
Reference in New Issue
Block a user