mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Fix possible nullref
This commit is contained in:
@ -135,6 +135,9 @@ namespace osu.Game.Overlays
|
||||
|
||||
private void loadNewContent()
|
||||
{
|
||||
if (ruleset.Value == null)
|
||||
return;
|
||||
|
||||
loading.Show();
|
||||
|
||||
cancellationToken?.Cancel();
|
||||
|
Reference in New Issue
Block a user