mirror of
https://github.com/ppy/osu
synced 2025-03-01 17:11:12 +00: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…
Reference in New Issue
Block a user