mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 12:17:26 +08:00
Shake in all cases
This commit is contained in:
parent
b89694a969
commit
0b8bd520ab
@ -95,7 +95,7 @@ namespace osu.Game.Overlays.BeatmapSet.Buttons
|
||||
|
||||
button.Action = () =>
|
||||
{
|
||||
if (State.Value == DownloadState.Downloading)
|
||||
if (State.Value != DownloadState.NotDownloaded)
|
||||
{
|
||||
shakeContainer.Shake();
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user