diff --git a/Editor/HumanoidControl/Targets/HeadTarget_Editor.cs b/Editor/HumanoidControl/Targets/HeadTarget_Editor.cs index d5f472c..0ad1be8 100644 --- a/Editor/HumanoidControl/Targets/HeadTarget_Editor.cs +++ b/Editor/HumanoidControl/Targets/HeadTarget_Editor.cs @@ -488,7 +488,7 @@ namespace Passer.Humanoid { } // update the target rig from the current head target - humanoid.CopyTargetToRig(); + humanoid.CopyTargetsToRig(); // update the avatar bones from the target rig humanoid.UpdateMovements(); // match the target rig with the new avatar pose