1
0
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:
smoogipooo 2017-04-01 23:30:16 +09:00
parent b027d0d3b4
commit 3b672fd842

View File

@ -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
};
}