1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-25 07:13:43 +08:00

Use the last node sample for the tail note

This commit is contained in:
smoogipoo
2020-04-21 17:29:23 +09:00
Unverified
parent 1f962f5c56
commit 6da0872ae5
+1 -1
View File
@@ -108,7 +108,7 @@ namespace osu.Game.Rulesets.Mania.Objects
{
StartTime = EndTime,
Column = Column,
Samples = getNodeSamples(1),
Samples = getNodeSamples((NodeSamples?.Count - 1) ?? 1),
});
}