mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 18:42:56 +08:00
Show base velocity in slider adjustment popover
This commit is contained in:
parent
31de4de720
commit
d9dd35c020
@ -165,6 +165,8 @@ namespace osu.Game.Screens.Edit.Compose.Components.Timeline
|
||||
AddValue($"{sliderVelocities.First():#,0.00}x - {sliderVelocities.Last():#,0.00}x");
|
||||
}
|
||||
|
||||
AddHeader("Beatmap base velocity");
|
||||
AddValue($"{EditorBeatmap.Difficulty.BaseSliderVelocity:#,0.00}x");
|
||||
}
|
||||
|
||||
protected override void Dispose(bool isDisposing)
|
||||
|
Loading…
Reference in New Issue
Block a user