Fix ticks not being passed IsStrong.

This commit is contained in:
smoogipooo 2017-03-28 16:47:25 +09:00
parent 1615db386a
commit 1220972170
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ private List<DrumRollTick> createTicks()
PreEmpt = PreEmpt, PreEmpt = PreEmpt,
TickTimeDistance = TickTimeDistance, TickTimeDistance = TickTimeDistance,
StartTime = t, StartTime = t,
IsStrong = IsStrong,
Sample = new HitSampleInfo Sample = new HitSampleInfo
{ {
Type = SampleType.None, Type = SampleType.None,