mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 12:33:01 +08:00
rm unnecessary curlies
This commit is contained in:
parent
b2b252a1cc
commit
1cf81c4906
@ -81,9 +81,7 @@ namespace osu.Game.Rulesets.Osu.Skinning
|
|||||||
|
|
||||||
case OsuSkinComponents.Cursor:
|
case OsuSkinComponents.Cursor:
|
||||||
if (source.GetTexture("cursor") != null)
|
if (source.GetTexture("cursor") != null)
|
||||||
{
|
|
||||||
return new LegacyCursor(GetConfig<OsuSkinConfiguration, bool>(OsuSkinConfiguration.CursorRotate)?.Value ?? true);
|
return new LegacyCursor(GetConfig<OsuSkinConfiguration, bool>(OsuSkinConfiguration.CursorRotate)?.Value ?? true);
|
||||||
}
|
|
||||||
|
|
||||||
return null;
|
return null;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user