Fix hand pose when changing avatars

This commit is contained in:
Pascal Serrarens 2023-08-23 11:55:56 +02:00
parent 285aefc2ae
commit 81b7fee9ea

View File

@ -114,6 +114,7 @@ namespace Passer.Humanoid {
public void ShowPose(HumanoidControl humanoid, Side showSide) {
detectedPoseIx = -1;
float bestScore = -1;
detectedPose = null;
if (poseMode == PoseMode.Set)
ResetAffectedBones(humanoid, showSide);