Skip to content

Commit

Permalink
Change whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
fire committed Dec 18, 2023
1 parent 692a8a4 commit 8805b1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ik_limit_cone_3d.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -422,9 +422,11 @@ Vector3 IKLimitCone3D::_get_on_path_sequence(Ref<IKLimitCone3D> next, Vector3 in
}
}
}

void IKLimitCone3D::set_attached_to(Ref<IKKusudama3D> p_attached_to) {
parent_kusudama = p_attached_to;
}

Ref<IKKusudama3D> IKLimitCone3D::get_attached_to() {
return parent_kusudama;
}

0 comments on commit 8805b1a

Please sign in to comment.