mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 00:09:55 +09:00
General cleanup + more xmldocs.
This commit is contained in:
@ -478,8 +478,8 @@ namespace osu.Game.Rulesets.Mania.Beatmaps.Patterns.Legacy
|
||||
Duration = endTime - startTime
|
||||
};
|
||||
|
||||
holdNote.HeadNote.Samples = sampleInfoListAt(startTime);
|
||||
holdNote.TailNote.Samples = sampleInfoListAt(endTime);
|
||||
holdNote.Head.Samples = sampleInfoListAt(startTime);
|
||||
holdNote.Tail.Samples = sampleInfoListAt(endTime);
|
||||
|
||||
newObject = holdNote;
|
||||
}
|
||||
|
Reference in New Issue
Block a user