1
0
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:
OliBomby 2022-08-23 22:19:40 +02:00
parent 885ea4270b
commit 1f9cdff013

View File

@ -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
{