From b71bff051cbc71ee045247fb230a27806b917990 Mon Sep 17 00:00:00 2001 From: NotAKidoS <37721153+NotAKidOnSteam@users.noreply.github.com> Date: Wed, 29 Mar 2023 01:19:24 -0500 Subject: [PATCH] Update DesktopVRIKSystem.cs --- DesktopVRIK/DesktopVRIKSystem.cs | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/DesktopVRIK/DesktopVRIKSystem.cs b/DesktopVRIK/DesktopVRIKSystem.cs index 6e9354f..06464ee 100644 --- a/DesktopVRIK/DesktopVRIKSystem.cs +++ b/DesktopVRIK/DesktopVRIKSystem.cs @@ -113,6 +113,14 @@ internal class DesktopVRIKSystem : MonoBehaviour 0.8110138f }; + enum AvatarPose + { + Default = 0, + Initial = 1, + IKPose = 2, + TPose = 3 + } + // DesktopVRIK Settings public bool Setting_Enabled = true; public bool Setting_PlantFeet = true; @@ -166,14 +174,6 @@ internal class DesktopVRIKSystem : MonoBehaviour Vector3 _previousPosition; Quaternion _previousRotation; - enum AvatarPose - { - Default = 0, - Initial = 1, - IKPose = 2, - TPose = 3 - } - DesktopVRIKSystem() { BoneExists = new Dictionary();