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:
parent
e887f93eca
commit
ea35ad4689
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user