mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-14 14:59:43 -05:00
BlendShapeKey.ToString() が古い仕様のまま(ToUpper() する仕様)だったので削除
This commit is contained in:
@@ -103,7 +103,7 @@ namespace VRM
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return m_id.Replace(UnknownPresetPrefix, "").ToUpper();
|
||||
return m_id.Replace(UnknownPresetPrefix, "");
|
||||
}
|
||||
|
||||
public bool Equals(BlendShapeKey other)
|
||||
|
||||
Reference in New Issue
Block a user