mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-23 19:15:07 -05:00
fix typo
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user