mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 15:21:56 -05:00
Fixup to typo and indentation in 81c86e8
This commit is contained in:
@@ -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>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user