mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 16:12:57 +08:00
Add some more missing LongRunningLoad flags
This commit is contained in:
parent
efb3c3040b
commit
2663e5d756
@ -16,6 +16,7 @@ using osu.Game.Users;
|
||||
|
||||
namespace osu.Game.Overlays.MedalSplash
|
||||
{
|
||||
[LongRunningLoad]
|
||||
public class DrawableMedal : Container, IStateful<DisplayState>
|
||||
{
|
||||
private const float scale_when_unlocked = 0.76f;
|
||||
|
@ -12,6 +12,7 @@ using osuTK;
|
||||
|
||||
namespace osu.Game.Overlays.Profile.Header.Components
|
||||
{
|
||||
[LongRunningLoad]
|
||||
public class DrawableBadge : CompositeDrawable, IHasTooltip
|
||||
{
|
||||
public static readonly Vector2 DRAWABLE_BADGE_SIZE = new Vector2(86, 40);
|
||||
|
@ -9,6 +9,7 @@ using osu.Framework.Graphics.Textures;
|
||||
|
||||
namespace osu.Game.Overlays.Profile.Sections.Recent
|
||||
{
|
||||
[LongRunningLoad]
|
||||
public class MedalIcon : Container
|
||||
{
|
||||
private readonly string slug;
|
||||
|
@ -370,6 +370,7 @@ namespace osu.Game.Screens.Ranking.Pages
|
||||
}
|
||||
}
|
||||
|
||||
[LongRunningLoad]
|
||||
private class UserHeader : Container
|
||||
{
|
||||
private readonly User user;
|
||||
|
Loading…
Reference in New Issue
Block a user