mirror of https://github.com/ppy/osu
Remove obvious comment
This commit is contained in:
parent
64e96c6d82
commit
4c78144d10
|
@ -215,7 +215,7 @@ public void DeselectAll()
|
|||
foreach (var button in availableMods.Where(b => b.Active.Value))
|
||||
{
|
||||
if (!button.Visible)
|
||||
button.Active.Value = false; //If mod panel is hidden change state manually without any animation
|
||||
button.Active.Value = false;
|
||||
else
|
||||
pendingSelectionOperations.Enqueue(() => button.Active.Value = false);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue