mirror of
https://github.com/ppy/osu
synced 2025-02-04 04:11:54 +00:00
Correct reference to hit result and link to them
This commit is contained in:
parent
750e0b29ca
commit
25c0ff4168
@ -58,8 +58,8 @@ namespace osu.Game.Overlays.BeatmapSet.Scores
|
|||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The statistics that appear in the table, grouped by their display name. If multiple HitResults have the same
|
/// The statistics that appear in the table, grouped by their display name. If multiple HitResults have the same
|
||||||
/// DisplayName (for example, "slider end" is the name for both HitResult.SliderTailTick and HitResult.SmallTickHit
|
/// DisplayName (for example, "slider end" is the name for both <see cref="HitResult.SliderTailHit"/> and <see cref="HitResult.SmallTickHit"/>
|
||||||
/// in osu!std) the name will only be listed once.
|
/// in osu!) the name will only be listed once.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
private readonly List<(LocalisableString displayName, IEnumerable<HitResult> results)> statisticResults = new List<(LocalisableString displayName, IEnumerable<HitResult> results)>();
|
private readonly List<(LocalisableString displayName, IEnumerable<HitResult> results)> statisticResults = new List<(LocalisableString displayName, IEnumerable<HitResult> results)>();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user