Fix typo bug

This commit is contained in:
Pascal Serrarens 2023-09-19 21:19:55 +02:00
parent 64e5a573cb
commit bf7cd6c188

View File

@ -488,7 +488,7 @@ namespace Passer.Humanoid {
} }
// update the target rig from the current head target // update the target rig from the current head target
humanoid.CopyTargetToRig(); humanoid.CopyTargetsToRig();
// update the avatar bones from the target rig // update the avatar bones from the target rig
humanoid.UpdateMovements(); humanoid.UpdateMovements();
// match the target rig with the new avatar pose // match the target rig with the new avatar pose