mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-27 05:14:27 -05:00
Merge pull request #399 from sh-akira/bugfix/vrmblendshapeproxy
Fix blendshape uppercase bug.
This commit is contained in:
@@ -22,7 +22,7 @@ namespace VRM
|
||||
|
||||
public string Name
|
||||
{
|
||||
get { return m_name.ToUpper(); }
|
||||
get { return m_name; }
|
||||
}
|
||||
|
||||
public BlendShapePreset Preset;
|
||||
|
||||
Reference in New Issue
Block a user