mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 11:35:35 +08:00
Fix possible nullref
This commit is contained in:
parent
a86a4f49cf
commit
86f200e257
@ -362,7 +362,7 @@ namespace osu.Game.Screens.Play
|
|||||||
|
|
||||||
if (loadedSuccessfully)
|
if (loadedSuccessfully)
|
||||||
{
|
{
|
||||||
pauseContainer.Pause();
|
pauseContainer?.Pause();
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user