Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix rewind visuals on Slides #450

Merged
merged 4 commits into from
Apr 20, 2023
Merged

Fix rewind visuals on Slides #450

merged 4 commits into from
Apr 20, 2023

Conversation

LumpBloom7
Copy link
Owner

@LumpBloom7 LumpBloom7 commented Mar 31, 2023

In ppy/osu#22291, the revert logic has been moved from the DrawableHitObject to the Playfield. In the process, DHOs no longer respond to reverts of nested HitObjects, causing the SlideBody to not update its visuals when SlideCheckpoints are reverted.

This PR manually adds back that functionality, along with a minor simplification to avoid iterating through all checkpoints to find the correct reset progress.

Related issue: ppy/osu#23069

@LumpBloom7 LumpBloom7 added the bug Something isn't working label Mar 31, 2023
@LumpBloom7 LumpBloom7 merged commit 7e580aa into master Apr 20, 2023
2 checks passed
@LumpBloom7 LumpBloom7 deleted the Slide-rewind-transform-fix branch April 20, 2023 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant