mirror of
https://github.com/ppy/osu
synced 2024-12-11 17:42:28 +00:00
Fix warnings.
This commit is contained in:
parent
47e1b7b389
commit
3f4cbd02cd
@ -475,11 +475,11 @@ namespace osu.Game.Rulesets.Mania.Beatmaps.Patterns.Legacy
|
||||
{
|
||||
StartTime = startTime,
|
||||
Column = column,
|
||||
Duration = endTime - startTime
|
||||
Duration = endTime - startTime,
|
||||
Head = { Samples = sampleInfoListAt(startTime) },
|
||||
Tail = { Samples = sampleInfoListAt(endTime) }
|
||||
};
|
||||
|
||||
holdNote.Head.Samples = sampleInfoListAt(startTime);
|
||||
holdNote.Tail.Samples = sampleInfoListAt(endTime);
|
||||
|
||||
newObject = holdNote;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user