We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
All the platforms
Find the dead code snipet in AnimationMixer Line1643, 1644 are dead codes due to seeked is always true.
seeked
player2->set_assigned_animation(anim_name); player2->seek(at_anim_pos, true);
godot/scene/animation/animation_mixer.cpp
Lines 1611 to 1646 in fe01776
N/A
The text was updated successfully, but these errors were encountered:
_blend_process
Successfully merging a pull request may close this issue.
Tested versions
System information
All the platforms
Issue description
Find the dead code snipet in AnimationMixer
Line1643, 1644 are dead codes due to
seeked
is always true.godot/scene/animation/animation_mixer.cpp
Lines 1611 to 1646 in fe01776
Steps to reproduce
N/A
Minimal reproduction project (MRP)
N/A
The text was updated successfully, but these errors were encountered: