Add new display for sample row attribute

This commit is contained in:
Dean Herbert
2021-04-19 16:10:37 +09:00
parent 6465a72060
commit ec249a0edb
2 changed files with 62 additions and 1 deletions

View File

@ -147,7 +147,7 @@ namespace osu.Game.Screens.Edit.Timing
).Trim(), colour);
case SampleControlPoint sample:
return new EmptyRowAttribute("sample", () => $"{sample.SampleBank} {sample.SampleVolume}%", colour);
return new SampleRowAttribute(sample);
}
return null;