Skip to content

Commit

Permalink
Fix wrongly named compat binding
Browse files Browse the repository at this point in the history
  • Loading branch information
RedMser committed Feb 8, 2024
1 parent 41564aa commit 1715f96
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 1715f96

Please sign in to comment.