1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 12:17:26 +08:00

Fix initial colour

This commit is contained in:
Dean Herbert 2018-07-13 21:19:10 +09:00
parent ee2c7c50ad
commit fc3aff6689

View File

@ -72,8 +72,8 @@ namespace osu.Game.Overlays.Direct
protected override void LoadComplete()
{
base.LoadComplete();
downloader.DownloadState.BindValueChanged(updateState, true);
FinishTransforms(true);
}
[BackgroundDependencyLoader(permitNulls: true)]