mirror of
https://github.com/ppy/osu.git
synced 2025-03-11 15:27:20 +08:00
Update exception type
This commit is contained in:
parent
527d7c29f2
commit
34fef3caba
@ -44,7 +44,7 @@ namespace osu.Game.Screens
|
||||
{
|
||||
base.Push(screen);
|
||||
}
|
||||
catch (InvalidOperationException)
|
||||
catch (ScreenAlreadyExitedException)
|
||||
{
|
||||
// screen may have exited before the push was successful.
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user