1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 10:33:30 +08:00

Add a short load delay for avatars to avoid unnecessary fetching

This commit is contained in:
Dean Herbert 2020-03-06 16:27:38 +09:00
parent aafdfbca1f
commit 8ff3370273

View File

@ -43,6 +43,8 @@ namespace osu.Game.Users.Drawables
set => base.EdgeEffect = value;
}
protected override double LoadDelay => 200;
/// <summary>
/// Whether to show a default guest representation on null user (as opposed to nothing).
/// </summary>