mirror of
https://github.com/osukey/osukey.git
synced 2025-05-20 04:57:38 +09:00
Remove conditional access on known non-null
This commit is contained in:
parent
23c4f9910e
commit
6b22e5774f
@ -96,7 +96,7 @@ namespace osu.Game.Tests.Visual
|
|||||||
},
|
},
|
||||||
new OsuSpriteText
|
new OsuSpriteText
|
||||||
{
|
{
|
||||||
Text = skin?.SkinInfo?.Value.Name ?? "none",
|
Text = skin?.SkinInfo.Value.Name ?? "none",
|
||||||
Scale = new Vector2(1.5f),
|
Scale = new Vector2(1.5f),
|
||||||
Padding = new MarginPadding(5),
|
Padding = new MarginPadding(5),
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user