1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 20:07:25 +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
parent 6323189cfb
commit fcc35a6acc
No known key found for this signature in database

View File

@ -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);