From bf7cd6c188c41c34ea4a27b37decd40f8d9a9a0c Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Tue, 19 Sep 2023 21:19:55 +0200 Subject: [PATCH] Fix typo bug --- Editor/HumanoidControl/Targets/HeadTarget_Editor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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