1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 03:47:04 +08:00

Fix cross-talk between pooled DrawableSliderRepeat usage causing incorrect rotation

This commit is contained in:
Dean Herbert
2024-03-08 11:37:13 +08:00
Unverified
parent 6323189cfb
commit fcc35a6acc
@@ -79,6 +79,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
base.OnApply();
Position = HitObject.Position - DrawableSlider.Position;
hasRotation = false;
}
protected override void CheckForResult(bool userTriggered, double timeOffset) => DrawableSlider.SliderInputManager.TryJudgeNestedObject(this, timeOffset);