Merge pull request #698 from PoChang007/fix_typo

fix typo
This commit is contained in:
ousttrue
2021-01-27 15:52:03 +09:00
committed by GitHub

View File

@@ -68,7 +68,7 @@ namespace VRM
SelectedIndex = GUILayout.SelectionGrid(SelectedIndex, array, 4);
}
if (GUILayout.Button("Ceate BlendShapeClip"))
if (GUILayout.Button("Create BlendShapeClip"))
{
var dir = Path.GetDirectoryName(AssetDatabase.GetAssetPath(m_avatar));
var path = EditorUtility.SaveFilePanel(