From 1ddddad6eedab1cc83c2ccb9fb7d82e8072967c6 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Fri, 24 Jun 2022 17:34:31 +0900 Subject: [PATCH] typo --- Assets/VRM10/Runtime/Migration/MigrationVrmHumanoid.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/VRM10/Runtime/Migration/MigrationVrmHumanoid.cs b/Assets/VRM10/Runtime/Migration/MigrationVrmHumanoid.cs index d14365702..efe873467 100644 --- a/Assets/VRM10/Runtime/Migration/MigrationVrmHumanoid.cs +++ b/Assets/VRM10/Runtime/Migration/MigrationVrmHumanoid.cs @@ -179,7 +179,7 @@ namespace UniVRM10 case "rightLittleIntermediate": CheckBone(boneType, humanoidBone, vrm1.HumanBones.RightLittleIntermediate); break; case "rightLittleDistal": CheckBone(boneType, humanoidBone, vrm1.HumanBones.RightLittleDistal); break; case "upperChest": CheckBone(boneType, humanoidBone, vrm1.HumanBones.UpperChest); break; - default: throw new MigrationException("humanonoid.humanBones[*].bone", boneType); + default: throw new MigrationException("humanoid.humanBones[*].bone", boneType); } } }