1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-04 02:13:39 +08:00

Fix possible nullref

This commit is contained in:
TocoToucan
2018-02-09 22:04:39 +03:00
Unverified
parent a86a4f49cf
commit 86f200e257
+1 -1
View File
@@ -362,7 +362,7 @@ namespace osu.Game.Screens.Play
if (loadedSuccessfully)
{
pauseContainer.Pause();
pauseContainer?.Pause();
}
return true;