mirror of
https://github.com/osukey/osukey.git
synced 2025-06-25 05:07:59 +09: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.
|
// Turn the control points which were split off into a new slider.
|
||||||
var samplePoint = (SampleControlPoint)HitObject.SampleControlPoint.DeepClone();
|
var samplePoint = (SampleControlPoint)HitObject.SampleControlPoint.DeepClone();
|
||||||
samplePoint.Time = HitObject.StartTime;
|
|
||||||
var difficultyPoint = (DifficultyControlPoint)HitObject.DifficultyControlPoint.DeepClone();
|
var difficultyPoint = (DifficultyControlPoint)HitObject.DifficultyControlPoint.DeepClone();
|
||||||
difficultyPoint.Time = HitObject.StartTime;
|
|
||||||
|
|
||||||
var newSlider = new Slider
|
var newSlider = new Slider
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user