1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 05:39:53 +08:00

Added null check in the CancelResume method

This commit is contained in:
nwabear
2019-10-25 16:49:18 -05:00
Unverified
parent b0e21c2749
commit f8354eefc4
+1 -1
View File
@@ -241,7 +241,7 @@ namespace osu.Game.Rulesets.UI
public override void CancelResume()
{
ResumeOverlay.Hide();
ResumeOverlay?.Hide();
}
/// <summary>