mirror of
https://github.com/ppy/osu.git
synced 2026-06-05 03:53:40 +08:00
Remove conditional access on known non-null
This commit is contained in:
@@ -96,7 +96,7 @@ namespace osu.Game.Tests.Visual
|
||||
},
|
||||
new OsuSpriteText
|
||||
{
|
||||
Text = skin?.SkinInfo?.Value.Name ?? "none",
|
||||
Text = skin?.SkinInfo.Value.Name ?? "none",
|
||||
Scale = new Vector2(1.5f),
|
||||
Padding = new MarginPadding(5),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user