mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-04-24 15:08:02 -05:00
fix typo
This commit is contained in:
parent
4e4cc1150c
commit
39e3c6faa0
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user