mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 00:53:56 +09:00
Add missing return
This commit is contained in:
@ -88,7 +88,10 @@ namespace osu.Game.Screens.Select
|
|||||||
protected override void ExitFromBack()
|
protected override void ExitFromBack()
|
||||||
{
|
{
|
||||||
if (modSelect.State == Visibility.Visible)
|
if (modSelect.State == Visibility.Visible)
|
||||||
|
{
|
||||||
modSelect.Hide();
|
modSelect.Hide();
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
base.ExitFromBack();
|
base.ExitFromBack();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user