Skip to content

Commit

Permalink
Merge pull request #88110 from RedMser/fix-compat-bindings
Browse files Browse the repository at this point in the history
Fix wrongly named compat binding
  • Loading branch information
akien-mga committed Feb 9, 2024
2 parents a1e1002 + 1715f96 commit 4966b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scene/animation/animation_mixer.compat.inc
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Variant AnimationMixer::_post_process_key_value_bind_compat_86687(const Ref<Anim
}

void AnimationMixer::_bind_compatibility_methods() {
ClassDB::bind_compatibility_method(D_METHOD("_post_process_key_value_bind_compat", "animation", "track", "value", "object", "object_idx"), &AnimationMixer::_post_process_key_value_bind_compat_86687);
ClassDB::bind_compatibility_method(D_METHOD("_post_process_key_value", "animation", "track", "value", "object", "object_idx"), &AnimationMixer::_post_process_key_value_bind_compat_86687);
}

#endif // DISABLE_DEPRECATED

0 comments on commit 4966b22

Please sign in to comment.