1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 23:22:55 +08:00

Switch unnecessary return to break instead

This commit is contained in:
Dean Herbert 2021-11-26 15:36:16 +09:00
parent 5de2f6211d
commit bf443a5a7a

View File

@ -64,7 +64,7 @@ namespace osu.Game.Beatmaps.Drawables.Cards.Buttons
TooltipText = string.Empty;
spinner.Show();
Icon.Hide();
return;
break;
case DownloadState.LocallyAvailable:
Action = null;