Clone control points when copying to HitObjects

This commit is contained in:
Dean Herbert
2021-09-10 14:36:32 +09:00
parent 34f875187c
commit 714f55b6bc
2 changed files with 2 additions and 3 deletions

View File

@ -174,7 +174,6 @@ namespace osu.Game.Rulesets.Osu.Objects
StartTime = e.Time,
Position = Position,
StackHeight = StackHeight,
SampleControlPoint = SampleControlPoint,
});
break;