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:
parent
5de2f6211d
commit
bf443a5a7a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user