mirror of
https://github.com/ppy/osu.git
synced 2025-01-30 05:22:54 +08: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 (selectedMod != null)
|
||||||
{
|
{
|
||||||
if (State.Value == Visibility.Visible) sampleOn?.Play();
|
if (State.Value == Visibility.Visible) sampleOn?.Play();
|
||||||
|
|
||||||
DeselectTypes(selectedMod.IncompatibleMods, true);
|
DeselectTypes(selectedMod.IncompatibleMods, true);
|
||||||
|
|
||||||
if (selectedMod.RequiresConfiguration) ModSettingsContainer.Alpha = 1;
|
if (selectedMod.RequiresConfiguration) ModSettingsContainer.Alpha = 1;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user