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
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ private IEnumerable<TaikoHitObject> convertHitObject(HitObject obj, Beatmap beat
// 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