1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 02:02:53 +08:00

Update AdjustedAttributesTooltip.cs

This commit is contained in:
Givikap120 2023-12-14 14:38:01 +02:00
parent b22a7cf520
commit 23c427cd3e

View File

@ -89,10 +89,10 @@ namespace osu.Game.Overlays.Mods
if (originalDifficulty == null || adjustedDifficulty == null)
return;
attemptAdd("OD", bd => bd.OverallDifficulty);
attemptAdd("AR", bd => bd.ApproachRate);
attemptAdd("CS", bd => bd.CircleSize);
attemptAdd("HP", bd => bd.DrainRate);
attemptAdd("OD", bd => bd.OverallDifficulty);
attemptAdd("AR", bd => bd.ApproachRate);
if (attributesFillFlow.Any())
content.Show();