Merge pull request #13539 from peppy/improve-updateable-avatar-tooltip-handling

Fix edges of participant tiles showing incorrect tooltip
This commit is contained in:
Dan Balasescu
2021-06-17 19:14:40 +09:00
committed by GitHub
9 changed files with 52 additions and 45 deletions

View File

@ -53,9 +53,8 @@ namespace osu.Game.Overlays.BeatmapSet
AutoSizeAxes = Axes.Both,
CornerRadius = 4,
Masking = true,
Child = avatar = new UpdateableAvatar
Child = avatar = new UpdateableAvatar(showGuestOnNull: false)
{
ShowGuestOnNull = false,
Size = new Vector2(height),
},
EdgeEffect = new EdgeEffectParameters