diff --git a/Editor/HumanoidFree/Targets/HipsTarget_Editor.cs b/Editor/HumanoidFree/Targets/HipsTarget_Editor.cs index 134782a..29f1111 100644 --- a/Editor/HumanoidFree/Targets/HipsTarget_Editor.cs +++ b/Editor/HumanoidFree/Targets/HipsTarget_Editor.cs @@ -128,7 +128,7 @@ namespace Passer { private void AnimatorInspector(HipsTarget hipsTarget) { SerializedProperty animatorProp = serializedObject.FindProperty(nameof(HipsTarget.torsoAnimator) + "." + nameof(HipsTarget.torsoAnimator.enabled)); - if (animatorProp == null || hipsTarget.humanoid == null || hipsTarget.humanoid.animatorEnabled) + if (animatorProp == null || hipsTarget.humanoid == null || !hipsTarget.humanoid.animatorEnabled) return; GUIContent text = new GUIContent(