1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 12:17:26 +08:00

Fix incorrect split hit circle start time.

This commit is contained in:
smoogipooo 2017-04-03 17:54:48 +09:00
parent a32eb66538
commit 91eec9e8fc

View File

@ -72,7 +72,7 @@ namespace osu.Game.Modes.Taiko.Beatmaps
// depending on hitobject sound additions (not implemented fully yet)
yield return new CentreHit
{
StartTime = obj.StartTime,
StartTime = j,
Sample = obj.Sample,
IsStrong = strong,
VelocityMultiplier = legacy_velocity_scale