mirror of
https://github.com/ppy/osu.git
synced 2024-11-12 01:47:24 +08:00
Merge remote-tracking branch 'origin/master' into migrate-osu-game
This commit is contained in:
commit
687a850216
@ -1 +1 @@
|
||||
Subproject commit b57d461c6ce963f0b614005d816ce8780dfd6bc2
|
||||
Subproject commit ef10edfc750b39258edbff46019f1d10700548c2
|
@ -40,11 +40,11 @@ namespace osu.Game.Users
|
||||
{
|
||||
displayedAvatar?.FadeOut(300);
|
||||
displayedAvatar?.Expire();
|
||||
Add(displayedAvatar = new AsyncLoadWrapper(new Avatar(user)
|
||||
Add(displayedAvatar = new DelayedLoadWrapper(new Avatar(user)
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
OnLoadComplete = d => d.FadeInFromZero(200),
|
||||
}));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user