mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 06:42:54 +08:00
add Samples to RepeatPoint construction
This commit is contained in:
parent
ea90c0cf40
commit
c5aba9f247
@ -170,6 +170,7 @@ namespace osu.Game.Rulesets.Osu.Objects
|
|||||||
StackHeight = StackHeight,
|
StackHeight = StackHeight,
|
||||||
Scale = Scale,
|
Scale = Scale,
|
||||||
ComboColour = ComboColour,
|
ComboColour = ComboColour,
|
||||||
|
Samples = new SampleInfoList(RepeatSamples.ElementAt(repeat))
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user