1
0
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:
mcendu 2019-12-09 08:37:32 +08:00
parent b2b252a1cc
commit 1cf81c4906

View File

@ -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;