mirror of
https://github.com/ppy/osu.git
synced 2025-03-05 19:03:21 +08:00
Lengthen drum rolls as required by conversion.
This commit is contained in:
parent
b027d0d3b4
commit
3b672fd842
@ -57,7 +57,7 @@ namespace osu.Game.Modes.Taiko.Beatmaps
|
|||||||
Sample = original.Sample,
|
Sample = original.Sample,
|
||||||
IsStrong = strong,
|
IsStrong = strong,
|
||||||
|
|
||||||
Distance = distanceData.Distance * (repeatsData?.RepeatCount ?? 1)
|
Distance = distanceData.Distance * (repeatsData?.RepeatCount ?? 1) * legacy_velocity_scale
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user