mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 02:22:56 +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)
|
||||
return;
|
||||
|
||||
if (beatmaps.Download(set, noVideo)) {
|
||||
if (beatmaps.Download(set, noVideo))
|
||||
{
|
||||
// Only change state if download can happen
|
||||
DownloadState.Value = DownloadStatus.Downloading;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user