mirror of
https://github.com/ppy/osu.git
synced 2025-03-12 18:37:46 +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);
|
base.Push(screen);
|
||||||
}
|
}
|
||||||
catch (InvalidOperationException)
|
catch (ScreenAlreadyExitedException)
|
||||||
{
|
{
|
||||||
// screen may have exited before the push was successful.
|
// screen may have exited before the push was successful.
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user