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 wrong line of making flag to discrete in AnimationMixer #89329

Merged
merged 1 commit into from
Mar 9, 2024

Conversation

TokageItLab
Copy link
Member

@TokageItLab TokageItLab commented Mar 9, 2024

Fixes #89322.

This line was accidentally skipped by continue; when the key was not found. Even if the key is not found, the flag must still be set.

@akien-mga akien-mga merged commit f45207b into godotengine:master Mar 9, 2024
16 checks passed
@akien-mga
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AnimationPlayer Play() and Seek() trigger property changes erroneously (UPDATE_DISCRETE tracks)
2 participants