1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 07:22:54 +08:00

Fix hud overlay components being blocked from load

This commit is contained in:
smoogipoo 2021-08-24 15:18:27 +09:00
parent 342f2d756d
commit 9f17c38e36

View File

@ -18,6 +18,8 @@ namespace osu.Game.Skinning
private readonly BindableList<ISkinnableDrawable> components = new BindableList<ISkinnableDrawable>();
public override bool IsPresent => base.IsPresent || Scheduler.HasPendingTasks;
public bool ComponentsLoaded { get; private set; }
public SkinnableTargetContainer(SkinnableTarget target)