Merge pull request #27529 from peppy/fix-slider-repeat-visuals

Fix cross-talk between pooled `DrawableSliderRepeat` usage causing incorrect rotation
This commit is contained in:
Bartłomiej Dach 2024-03-08 09:21:34 +01:00 committed by GitHub
commit e18bbc9509
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ protected override void OnApply()
base.OnApply();
Position = HitObject.Position - DrawableSlider.Position;
hasRotation = false;
}
protected override void CheckForResult(bool userTriggered, double timeOffset) => DrawableSlider.SliderInputManager.TryJudgeNestedObject(this, timeOffset);