mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 09:07:25 +08:00
Fix overlay toggling in song select.
This commit is contained in:
parent
8853cab911
commit
442259d9e0
@ -77,9 +77,9 @@ namespace osu.Game.Screens.Select
|
||||
foreach (var o in overlays)
|
||||
{
|
||||
if (o == overlay)
|
||||
overlay.ToggleVisibility();
|
||||
o.ToggleVisibility();
|
||||
else
|
||||
overlay.Hide();
|
||||
o.Hide();
|
||||
}
|
||||
}, hotkey, depth);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user