Tweak IKModifier3D docs and comment

This commit is contained in:
Silc Lizard (Tokage) Renew
2026-01-24 00:46:43 +09:00
parent 3172d44799
commit 9e066453fa
3 changed files with 2 additions and 1 deletions

View File

@@ -770,7 +770,6 @@ void TwoBoneIK3D::_process_ik(Skeleton3D *p_skeleton, double p_delta) {
}
void TwoBoneIK3D::_process_joints(double p_delta, Skeleton3D *p_skeleton, TwoBoneIK3DSetting *p_setting, const Vector3 &p_destination, const Vector3 &p_pole_destination) {
// Solve the IK for this iteration.
Vector3 destination = p_destination;
// Make vector from root to destination.