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 @@ using osu.Game.Users;
namespace osu.Game.Overlays.MedalSplash namespace osu.Game.Overlays.MedalSplash
{ {
[LongRunningLoad]
public class DrawableMedal : Container, IStateful<DisplayState> public class DrawableMedal : Container, IStateful<DisplayState>
{ {
private const float scale_when_unlocked = 0.76f; private const float scale_when_unlocked = 0.76f;

View File

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

View File

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

View File

@ -370,6 +370,7 @@ namespace osu.Game.Screens.Ranking.Pages
} }
} }
[LongRunningLoad]
private class UserHeader : Container private class UserHeader : Container
{ {
private readonly User user; private readonly User user;