Use the last node sample for the tail note

This commit is contained in:
smoogipoo 2020-04-21 17:29:23 +09:00
parent 1f962f5c56
commit 6da0872ae5
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ protected override void CreateNestedHitObjects()
{
StartTime = EndTime,
Column = Column,
Samples = getNodeSamples(1),
Samples = getNodeSamples((NodeSamples?.Count - 1) ?? 1),
});
}