Fix nullability inspection

This commit is contained in:
Dean Herbert 2024-05-10 23:26:43 +08:00
parent e887f93eca
commit ea35ad4689
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ private void load(OsuConfigManager config)
config.BindWith(OsuSetting.HideCountryFlags, hideFlags);
}
protected override Drawable? CreateDrawable(CountryCode countryCode)
protected override Drawable CreateDrawable(CountryCode countryCode)
{
return new Container
{