Merge pull request #1502 from ousttrue/fix10/neutral_fix

neutral の修正漏れ
This commit is contained in:
ousttrue 2022-02-04 16:41:08 +09:00 committed by GitHub
commit b76d71cbbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -299,6 +299,7 @@ namespace UniVRM10
case "lookright": Check(name, blendShape, vrm1.Preset.LookRight, meshToNode); break;
case "blink_l": Check(name, blendShape, vrm1.Preset.BlinkLeft, meshToNode); break;
case "blink_r": Check(name, blendShape, vrm1.Preset.BlinkRight, meshToNode); break;
case "neutral": Check(name, blendShape, vrm1.Preset.Neutral, meshToNode); break;
default:
{
string found = default;