mirror of
https://github.com/osukey/osukey.git
synced 2025-06-05 21:07:18 +09: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)
|
foreach (var o in overlays)
|
||||||
{
|
{
|
||||||
if (o == overlay)
|
if (o == overlay)
|
||||||
overlay.ToggleVisibility();
|
o.ToggleVisibility();
|
||||||
else
|
else
|
||||||
overlay.Hide();
|
o.Hide();
|
||||||
}
|
}
|
||||||
}, hotkey, depth);
|
}, hotkey, depth);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user