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:
parent
a32eb66538
commit
91eec9e8fc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user