1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00

Added null check in the CancelResume method

This commit is contained in:
nwabear 2019-10-25 16:49:18 -05:00
parent b0e21c2749
commit f8354eefc4

View File

@ -241,7 +241,7 @@ namespace osu.Game.Rulesets.UI
public override void CancelResume()
{
ResumeOverlay.Hide();
ResumeOverlay?.Hide();
}
/// <summary>