mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-28 05:44:48 -05:00
typo
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user