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 broken TransformSequence.Loop #1580
Conversation
- Fixes regressed loop with finite iteration counts due to missing reset of Applied and AppliedToEnd of clones Transforms - Fixes infinite loops containing Transforms that initially were instantaneously applied
No test for spin? :( |
Didn't have time to add automation, at which point the specific scenarios that broke down could also get added. Not sure how soon I can find time to do that, but I wanted to at least get a reasonable fix out ASAP. |
This issue still prevented things like `Spin` to work correctly
This is now confirmed to fix ppy/osu#2221 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good (went through with @smoogipoo)
Supersedes #1578
Fixes #1520.
Applied
andAppliedToEnd
of clonedTransforms
Transforms
that initially were instantaneously applied