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