mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Fix initial colour
This commit is contained in:
@ -72,8 +72,8 @@ namespace osu.Game.Overlays.Direct
|
|||||||
protected override void LoadComplete()
|
protected override void LoadComplete()
|
||||||
{
|
{
|
||||||
base.LoadComplete();
|
base.LoadComplete();
|
||||||
|
|
||||||
downloader.DownloadState.BindValueChanged(updateState, true);
|
downloader.DownloadState.BindValueChanged(updateState, true);
|
||||||
|
FinishTransforms(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
[BackgroundDependencyLoader(permitNulls: true)]
|
[BackgroundDependencyLoader(permitNulls: true)]
|
||||||
|
Reference in New Issue
Block a user