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

@ -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);