Fixup to typo and indentation in 81c86e8
This commit is contained in:
parent
e8e3a780be
commit
f30745bd85
2 changed files with 27 additions and 27 deletions
|
@ -397,7 +397,7 @@ void AnimationNode::_validate_property(PropertyInfo &property) const {
|
|||
|
||||
Ref<AnimationNode> AnimationNode::get_child_by_name(const StringName &p_name) {
|
||||
if (get_script_instance()) {
|
||||
return get_script_instance()->call("get_child_by_nane");
|
||||
return get_script_instance()->call("get_child_by_name");
|
||||
}
|
||||
return Ref<AnimationNode>();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue