mirror of
https://github.com/ppy/osu
synced 2025-03-19 09:34:49 +00:00
Merge remote-tracking branch 'refs/remotes/ppy/master' into break_overlay_take_three
This commit is contained in:
commit
2290c3d5d5
@ -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