Fix sliders not moving with stacking change

This commit is contained in:
smoogipoo
2019-10-21 16:15:41 +09:00
parent 17132c3b80
commit 5f8d46f666
5 changed files with 38 additions and 1 deletions

View File

@ -163,6 +163,7 @@ namespace osu.Game.Rulesets.Osu.Objects
{
StartTime = e.Time,
Position = Position,
StackHeight = StackHeight,
Samples = getNodeSamples(0),
SampleControlPoint = SampleControlPoint,
});
@ -176,6 +177,7 @@ namespace osu.Game.Rulesets.Osu.Objects
{
StartTime = e.Time,
Position = EndPosition,
StackHeight = StackHeight
});
break;