From 60259c94c41566f15353189a0d94eadf5f1a8eae Mon Sep 17 00:00:00 2001 From: SDraw Date: Thu, 29 Feb 2024 19:06:18 +0000 Subject: [PATCH] Update LeapTracked.cs --- ml_lme/LeapTracked.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/ml_lme/LeapTracked.cs b/ml_lme/LeapTracked.cs index ee7490a..b7936f4 100644 --- a/ml_lme/LeapTracked.cs +++ b/ml_lme/LeapTracked.cs @@ -156,6 +156,7 @@ namespace ml_lme if(PlayerSetup.Instance._animator.isHuman) { + m_hips = PlayerSetup.Instance._animator.GetBoneTransform(HumanBodyBones.Hips); m_poseHandler = new HumanPoseHandler(PlayerSetup.Instance._animator.avatar, PlayerSetup.Instance._animator.transform); m_poseHandler.GetHumanPose(ref m_pose);