mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 16:52:55 +08:00
Move brace on new line
This commit is contained in:
parent
86b29064c6
commit
05d89180c8
@ -71,7 +71,8 @@ namespace osu.Game.Beatmaps.Drawables
|
|||||||
if (DownloadState.Value > DownloadStatus.NotDownloaded)
|
if (DownloadState.Value > DownloadStatus.NotDownloaded)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (beatmaps.Download(set, noVideo)) {
|
if (beatmaps.Download(set, noVideo))
|
||||||
|
{
|
||||||
// Only change state if download can happen
|
// Only change state if download can happen
|
||||||
DownloadState.Value = DownloadStatus.Downloading;
|
DownloadState.Value = DownloadStatus.Downloading;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user