1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 16:32:54 +08:00

Add a comment

This commit is contained in:
Henry Lin 2022-01-17 21:41:17 +08:00
parent eddf453294
commit 83387cb00b

View File

@ -58,6 +58,7 @@ namespace osu.Game.Screens.Ranking.Expanded.Statistics
protected override void PopIn()
{
// Don't display the tooltip if "Total" is the only item
if (lastAttributes.GetAttributesForDisplay().Count() > 1)
this.FadeIn(200, Easing.OutQuint);
}