This commit is contained in:
ousttrue
2022-06-24 17:34:31 +09:00
parent 65c78681e4
commit 1ddddad6ee

View File

@@ -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);
}
}
}