mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 15:12:57 +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,
|
||||
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