mirror of https://github.com/ppy/osu
Use the last node sample for the tail note
This commit is contained in:
parent
1f962f5c56
commit
6da0872ae5
|
@ -108,7 +108,7 @@ protected override void CreateNestedHitObjects()
|
||||||
{
|
{
|
||||||
StartTime = EndTime,
|
StartTime = EndTime,
|
||||||
Column = Column,
|
Column = Column,
|
||||||
Samples = getNodeSamples(1),
|
Samples = getNodeSamples((NodeSamples?.Count - 1) ?? 1),
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue