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

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

View File

@ -50,7 +50,7 @@ namespace osu.Game.Users.Drawables
config.BindWith(OsuSetting.HideCountryFlags, hideFlags);
}
protected override Drawable? CreateDrawable(CountryCode countryCode)
protected override Drawable CreateDrawable(CountryCode countryCode)
{
return new Container
{