1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 19:52:55 +08:00

add Samples to RepeatPoint construction

This commit is contained in:
Aergwyn 2017-12-23 12:32:21 +01:00
parent ea90c0cf40
commit c5aba9f247

View File

@ -170,6 +170,7 @@ namespace osu.Game.Rulesets.Osu.Objects
StackHeight = StackHeight,
Scale = Scale,
ComboColour = ComboColour,
Samples = new SampleInfoList(RepeatSamples.ElementAt(repeat))
});
}
}