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:
parent
b22a7cf520
commit
23c427cd3e
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user