From 740cd023d071240e7a9727643ac82689d0b6654f Mon Sep 17 00:00:00 2001 From: Masataka SUMI Date: Fri, 29 Jan 2021 18:49:01 +0900 Subject: [PATCH] Fix case. --- Assets/VRM10/Runtime/Migration/Migration.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/VRM10/Runtime/Migration/Migration.cs b/Assets/VRM10/Runtime/Migration/Migration.cs index 6b90b83ab..dc908acff 100644 --- a/Assets/VRM10/Runtime/Migration/Migration.cs +++ b/Assets/VRM10/Runtime/Migration/Migration.cs @@ -200,10 +200,10 @@ namespace UniVRM10 var violentUsageName = kv.Value.GetString(); switch (violentUsageName) { - case "allow": + case "Allow": meta.AllowExcessivelyViolentUsage = true; break; - case "disallow": + case "Disallow": meta.AllowExcessivelyViolentUsage = false; break; default: