1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-03 06:09:54 +08:00

Merge branch 'master' into master

This commit is contained in:
Dan Balasescu
2017-09-25 09:58:29 +09:00
committed by GitHub
Unverified
+2 -2
View File
@@ -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);
}