mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 09:22:54 +08:00
Switch unnecessary return
to break
instead
This commit is contained in:
parent
5de2f6211d
commit
bf443a5a7a
@ -64,7 +64,7 @@ namespace osu.Game.Beatmaps.Drawables.Cards.Buttons
|
|||||||
TooltipText = string.Empty;
|
TooltipText = string.Empty;
|
||||||
spinner.Show();
|
spinner.Show();
|
||||||
Icon.Hide();
|
Icon.Hide();
|
||||||
return;
|
break;
|
||||||
|
|
||||||
case DownloadState.LocallyAvailable:
|
case DownloadState.LocallyAvailable:
|
||||||
Action = null;
|
Action = null;
|
||||||
|
Loading…
Reference in New Issue
Block a user