mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 10:12:54 +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:
|
||||
if (source.GetTexture("cursor") != null)
|
||||
{
|
||||
return new LegacyCursor(GetConfig<OsuSkinConfiguration, bool>(OsuSkinConfiguration.CursorRotate)?.Value ?? true);
|
||||
}
|
||||
|
||||
return null;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user