mirror of
https://github.com/ppy/osu.git
synced 2024-11-13 15:27:30 +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);
|
config.BindWith(OsuSetting.HideCountryFlags, hideFlags);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override Drawable? CreateDrawable(CountryCode countryCode)
|
protected override Drawable CreateDrawable(CountryCode countryCode)
|
||||||
{
|
{
|
||||||
return new Container
|
return new Container
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user