mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 08:52:55 +08:00
Add missing return
This commit is contained in:
parent
a33865efce
commit
415349e6ef
@ -88,7 +88,10 @@ namespace osu.Game.Screens.Select
|
||||
protected override void ExitFromBack()
|
||||
{
|
||||
if (modSelect.State == Visibility.Visible)
|
||||
{
|
||||
modSelect.Hide();
|
||||
return;
|
||||
}
|
||||
|
||||
base.ExitFromBack();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user