mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 23:42:55 +08: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,
|
StartTime = startTime,
|
||||||
Column = column,
|
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;
|
newObject = holdNote;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user