mirror of
https://github.com/ppy/osu
synced 2024-12-13 02:17:32 +00:00
Readability Improvement
This commit is contained in:
parent
02f26e4a4d
commit
61d7b63914
@ -473,7 +473,9 @@ namespace osu.Game.Overlays.Mods
|
||||
if (selectedMod != null)
|
||||
{
|
||||
if (State.Value == Visibility.Visible) sampleOn?.Play();
|
||||
|
||||
DeselectTypes(selectedMod.IncompatibleMods, true);
|
||||
|
||||
if (selectedMod.RequiresConfiguration) ModSettingsContainer.Alpha = 1;
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user