mirror of
https://github.com/ppy/osu.git
synced 2025-03-16 05:37:19 +08:00
Workaround bad performance when selecting all freemods
This commit is contained in:
parent
886a4815fa
commit
2b7eeadac0
@ -192,7 +192,8 @@ namespace osu.Game.Overlays.Mods
|
||||
|
||||
State.BindValueChanged(_ => samplePlaybackDisabled.Value = State.Value == Visibility.Hidden, true);
|
||||
|
||||
((IBindable<IReadOnlyList<Mod>>)modSettingsArea.SelectedMods).BindTo(SelectedMods);
|
||||
if (customisationButton != null)
|
||||
((IBindable<IReadOnlyList<Mod>>)modSettingsArea.SelectedMods).BindTo(SelectedMods);
|
||||
|
||||
SelectedMods.BindValueChanged(val =>
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user