Add popovers to adjust SV and samples from the timeline

This commit is contained in:
Dean Herbert
2021-09-14 18:51:22 +09:00
parent 9d17f84681
commit e4dd59aee2
3 changed files with 141 additions and 6 deletions

View File

@ -212,7 +212,7 @@ namespace osu.Game.Screens.Edit.Compose.Components.Timeline
if (Item.DifficultyControlPoint != null && Item is IHasDistance)
{
AddInternal(difficultyOverrideDisplay = new DifficultyPointPiece(Item.DifficultyControlPoint)
AddInternal(difficultyOverrideDisplay = new DifficultyPointPiece(Item)
{
Anchor = Anchor.TopLeft,
Origin = Anchor.BottomCentre