Fix AnimationTreePlayer bogus argument name

Regression from 6fa6149517.
This commit is contained in:
Rémi Verschelde 2017-09-01 21:29:00 +02:00
parent 90a944e856
commit 39621bf681

View file

@ -1002,7 +1002,7 @@ void AnimationTreePlayer::animation_node_set_master_animation(const StringName &
_update_sources();
}
void AnimationTreePlayer::animation_node_set_filter_path(const StringName &p_node, const NodePath &p_track_path, bool p_track_path) {
void AnimationTreePlayer::animation_node_set_filter_path(const StringName &p_node, const NodePath &p_track_path, bool p_filter) {
GET_NODE(NODE_ANIMATION, AnimationNode);