mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 12:57:36 +08:00
remove these lines
This commit is contained in:
parent
885ea4270b
commit
1f9cdff013
@ -277,9 +277,7 @@ namespace osu.Game.Rulesets.Osu.Edit.Blueprints.Sliders
|
||||
|
||||
// Turn the control points which were split off into a new slider.
|
||||
var samplePoint = (SampleControlPoint)HitObject.SampleControlPoint.DeepClone();
|
||||
samplePoint.Time = HitObject.StartTime;
|
||||
var difficultyPoint = (DifficultyControlPoint)HitObject.DifficultyControlPoint.DeepClone();
|
||||
difficultyPoint.Time = HitObject.StartTime;
|
||||
|
||||
var newSlider = new Slider
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user