Cleanup: correct use of term 'split'

This commit is contained in:
2019-08-24 08:54:48 +10:00
parent 67d9647ae4
commit dc434bc273
3 changed files with 13 additions and 11 deletions

View File

@@ -879,7 +879,7 @@ static bool joint_callback(const iTaSC::Timestamp &timestamp,
bPoseChannel *chan = ikchan->pchan;
int dof;
// a channel can be splitted into multiple joints, so we get called multiple
// a channel can be split into multiple joints, so we get called multiple
// times for one channel (this callback is only for 1 joint in the armature)
// the IK_JointTarget structure is shared between multiple joint constraint
// and the target joint values is computed only once, remember this in jointValid