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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user