mirror of
https://github.com/osukey/osukey.git
synced 2025-05-07 06:37:18 +09:00
Inline variable
This commit is contained in:
parent
4bc324f040
commit
d1f9aa52a4
@ -101,9 +101,8 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer.Participants
|
|||||||
case DownloadState.Downloading:
|
case DownloadState.Downloading:
|
||||||
Debug.Assert(availability.DownloadProgress != null);
|
Debug.Assert(availability.DownloadProgress != null);
|
||||||
|
|
||||||
var progress = availability.DownloadProgress.Value;
|
|
||||||
progressBar.FadeIn(fade_time);
|
progressBar.FadeIn(fade_time);
|
||||||
progressBar.CurrentTime = progress;
|
progressBar.CurrentTime = availability.DownloadProgress.Value;
|
||||||
|
|
||||||
text.Text = "downloading map";
|
text.Text = "downloading map";
|
||||||
icon.Icon = FontAwesome.Solid.ArrowAltCircleDown;
|
icon.Icon = FontAwesome.Solid.ArrowAltCircleDown;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user