1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-04 17:03:57 +08:00

Merge branch 'master' into leaderboards/gameplay-provider

This commit is contained in:
Dean Herbert
2025-04-21 19:46:23 +09:00
Unverified
@@ -83,6 +83,6 @@ namespace osu.Game.Graphics.UserInterface
channel.Play();
}
public LocalisableString GetDisplayableValue(T value) => CurrentNumber.Value.ToStandardFormattedString(max_decimal_digits, DisplayAsPercentage);
public LocalisableString GetDisplayableValue(T value) => value.ToStandardFormattedString(max_decimal_digits, DisplayAsPercentage);
}
}