1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 19:42:55 +08:00

Fix social browser calling game-wide load stalls

This commit is contained in:
Dean Herbert 2019-11-29 13:02:15 +09:00
parent b02ff010e7
commit f4f54bc46b

View File

@ -23,6 +23,7 @@ namespace osu.Game.Users
protected override Drawable CreateDrawable(User user) => new Cover(user); protected override Drawable CreateDrawable(User user) => new Cover(user);
[LongRunningLoad]
private class Cover : CompositeDrawable private class Cover : CompositeDrawable
{ {
private readonly User user; private readonly User user;