From e8e6cc239e67dbd843cd60abc65bc93a4cb7373f Mon Sep 17 00:00:00 2001 From: ousttrue Date: Thu, 7 Aug 2025 17:01:51 +0900 Subject: [PATCH] Update Assets/VRM10/Editor/Components/SpringBone/VRM10SpringBoneJointEditor.cs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .../Editor/Components/SpringBone/VRM10SpringBoneJointEditor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/VRM10/Editor/Components/SpringBone/VRM10SpringBoneJointEditor.cs b/Assets/VRM10/Editor/Components/SpringBone/VRM10SpringBoneJointEditor.cs index e3a55fe7e..b5f1e6dc3 100644 --- a/Assets/VRM10/Editor/Components/SpringBone/VRM10SpringBoneJointEditor.cs +++ b/Assets/VRM10/Editor/Components/SpringBone/VRM10SpringBoneJointEditor.cs @@ -85,7 +85,7 @@ namespace UniVRM10 } // - // angle limiet + // angle limit // m_showAnglelimitSettings = EditorGUILayout.Foldout(m_showAnglelimitSettings, "AngleLimit Settings(dev)"); if (m_showAnglelimitSettings)