mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 09:27:29 +08:00
Use shorter copy
This commit is contained in:
parent
34b19dd6f4
commit
f536238554
@ -165,7 +165,7 @@ namespace osu.Game.Screens.Edit.Compose.Components.Timeline
|
||||
double? modeSliderVelocity = sliderVelocities.GroupBy(v => v).MaxBy(v => v.Count())?.Key;
|
||||
double? medianSliderVelocity = sliderVelocities[sliderVelocities.Length / 2];
|
||||
|
||||
AddHeader("Beatmap average velocity");
|
||||
AddHeader("Average velocity");
|
||||
AddValue($"{medianSliderVelocity:#,0.00}x");
|
||||
|
||||
AddHeader("Most used velocity");
|
||||
|
Loading…
Reference in New Issue
Block a user