From f9fa1752ebbd1f828168247c18d9bd8bbb0ab2b1 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Mon, 11 Apr 2022 17:39:20 +0900 Subject: [PATCH] simple --- .../VRM10/Runtime/Components/SpringBone/VRM10SpringBoneJoint.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/VRM10/Runtime/Components/SpringBone/VRM10SpringBoneJoint.cs b/Assets/VRM10/Runtime/Components/SpringBone/VRM10SpringBoneJoint.cs index 7005d4bbe..3af0b98cf 100644 --- a/Assets/VRM10/Runtime/Components/SpringBone/VRM10SpringBoneJoint.cs +++ b/Assets/VRM10/Runtime/Components/SpringBone/VRM10SpringBoneJoint.cs @@ -63,7 +63,7 @@ namespace UniVRM10 } } - [ContextMenu("AddJointsToAllChild0")] + [ContextMenu("Add joints")] private void AddJointsToChild0() { var root = GetComponentInParent();