mirror of https://github.com/ppy/osu
Fix cross-talk between pooled `DrawableSliderRepeat` usage causing incorrect rotation
This commit is contained in:
parent
6323189cfb
commit
fcc35a6acc
|
@ -79,6 +79,7 @@ protected override void OnApply()
|
||||||
base.OnApply();
|
base.OnApply();
|
||||||
|
|
||||||
Position = HitObject.Position - DrawableSlider.Position;
|
Position = HitObject.Position - DrawableSlider.Position;
|
||||||
|
hasRotation = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void CheckForResult(bool userTriggered, double timeOffset) => DrawableSlider.SliderInputManager.TryJudgeNestedObject(this, timeOffset);
|
protected override void CheckForResult(bool userTriggered, double timeOffset) => DrawableSlider.SliderInputManager.TryJudgeNestedObject(this, timeOffset);
|
||||||
|
|
Loading…
Reference in New Issue