1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 22:07:25 +08:00

Fix importing progress bar not displaying

This commit is contained in:
Dean Herbert 2019-01-31 19:15:17 +09:00
parent 0b8bd520ab
commit 7c6512118e

View File

@ -49,6 +49,8 @@ namespace osu.Game.Overlays.Direct
break;
case DownloadState.Downloaded:
progressBar.FadeIn(400, Easing.OutQuint);
progressBar.ResizeHeightTo(4, 400, Easing.OutQuint);
progressBar.Current.Value = 1;
progressBar.FillColour = colours.Yellow;
break;