mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Add back more correct null checks
This commit is contained in:
@ -24,7 +24,7 @@ namespace osu.Game.Screens.Select
|
||||
|
||||
public LocalisableString Text
|
||||
{
|
||||
get => SpriteText.Text;
|
||||
get => SpriteText?.Text ?? default;
|
||||
set
|
||||
{
|
||||
if (SpriteText != null)
|
||||
|
Reference in New Issue
Block a user