Merge branch 'master' into master

This commit is contained in:
Dan Balasescu 2017-09-25 09:58:29 +09:00 committed by GitHub
commit a5622bb293

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);
}