mirror of
https://github.com/osukey/osukey.git
synced 2025-05-22 22:17:36 +09: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…
x
Reference in New Issue
Block a user