1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 05:27:23 +08:00

Move brace on new line

This commit is contained in:
smoogipoo 2018-10-22 12:17:23 +09:00
parent 86b29064c6
commit 05d89180c8

View File

@ -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;
}