mirror of
https://github.com/ppy/osu.git
synced 2025-02-21 04:23:00 +08:00
Use the last node sample for the tail note
This commit is contained in:
parent
1f962f5c56
commit
6da0872ae5
@ -108,7 +108,7 @@ namespace osu.Game.Rulesets.Mania.Objects
|
||||
{
|
||||
StartTime = EndTime,
|
||||
Column = Column,
|
||||
Samples = getNodeSamples(1),
|
||||
Samples = getNodeSamples((NodeSamples?.Count - 1) ?? 1),
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user