rm unnecessary curlies

This commit is contained in:
mcendu 2019-12-09 08:37:32 +08:00
parent b2b252a1cc
commit 1cf81c4906
1 changed files with 0 additions and 2 deletions

View File

@ -81,9 +81,7 @@ public Drawable GetDrawableComponent(ISkinComponent component)
case OsuSkinComponents.Cursor:
if (source.GetTexture("cursor") != null)
{
return new LegacyCursor(GetConfig<OsuSkinConfiguration, bool>(OsuSkinConfiguration.CursorRotate)?.Value ?? true);
}
return null;