Add some more missing LongRunningLoad flags

This commit is contained in:
Dean Herbert 2019-11-29 13:52:23 +09:00
parent efb3c3040b
commit 2663e5d756
4 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,7 @@
namespace osu.Game.Overlays.MedalSplash
{
[LongRunningLoad]
public class DrawableMedal : Container, IStateful<DisplayState>
{
private const float scale_when_unlocked = 0.76f;

View File

@ -12,6 +12,7 @@
namespace osu.Game.Overlays.Profile.Header.Components
{
[LongRunningLoad]
public class DrawableBadge : CompositeDrawable, IHasTooltip
{
public static readonly Vector2 DRAWABLE_BADGE_SIZE = new Vector2(86, 40);

View File

@ -9,6 +9,7 @@
namespace osu.Game.Overlays.Profile.Sections.Recent
{
[LongRunningLoad]
public class MedalIcon : Container
{
private readonly string slug;

View File

@ -370,6 +370,7 @@ private void load(OsuColour colours)
}
}
[LongRunningLoad]
private class UserHeader : Container
{
private readonly User user;