mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Fix possible nullref
This commit is contained in:
@ -362,7 +362,7 @@ namespace osu.Game.Screens.Play
|
||||
|
||||
if (loadedSuccessfully)
|
||||
{
|
||||
pauseContainer.Pause();
|
||||
pauseContainer?.Pause();
|
||||
}
|
||||
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user