diff --git a/Assets/UniVRM/Scripts/BlendShape/BlendShapeBindingMerger.cs b/Assets/UniVRM/Scripts/BlendShape/BlendShapeBindingMerger.cs index e50684fc3..734d8c9e4 100644 --- a/Assets/UniVRM/Scripts/BlendShape/BlendShapeBindingMerger.cs +++ b/Assets/UniVRM/Scripts/BlendShape/BlendShapeBindingMerger.cs @@ -22,7 +22,7 @@ namespace VRM return obj.RelativePath.GetHashCode() + obj.Index; } } - + private static DictionaryKeyBlendShapeBindingComparer comparer = new DictionaryKeyBlendShapeBindingComparer(); /// @@ -34,7 +34,7 @@ namespace VRM Dictionary m_blendShapeValueMap = new Dictionary(comparer); /// - /// + /// /// /// Dictionary> m_blendShapeSetterMap = new Dictionary>(comparer); @@ -118,4 +118,4 @@ namespace VRM m_blendShapeValueMap.Clear(); } } -} \ No newline at end of file +}