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

Fixes a couple issues I found with looping and stepping #61

Merged
merged 1 commit into from
Mar 22, 2024

Conversation

DavidXenakis
Copy link
Contributor

Bug: when using the loop single end action and playing the replay in reverse, playback would get stuck in an infinite loop at t=0.

By trying to fix this bug, I uncovered some really weird behavior with using the step functionality. With the current changes, playback resumes at the correct spot with no random pauses. I tested this using the different end actions, as well at backwards and forwards playback and stepping past the start and end.

Bug: when using the loop single end action and playing the
replay in reverse, playback would get stuck in an infinite loop
at t=0.

By trying to fix this bug, I uncovered some really weird
behavior with using the step functionality. With the current changes,
playback resumes at the correct spot with no random pauses. I tested
this using the different end actions, as well at backwards and forwards
playback and stepping past the start and end.
@DavidXenakis
Copy link
Contributor Author

pinging @exeldro

@exeldro exeldro merged commit 520c52c into exeldro:master Mar 22, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants