mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 18:23:04 +08:00
Fix cross-talk between pooled DrawableSliderRepeat
usage causing incorrect rotation
This commit is contained in:
parent
6323189cfb
commit
fcc35a6acc
@ -79,6 +79,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
|
|||||||
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
Block a user