mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-15 15:11:43 -05:00
Merge pull request #1608 from ousttrue/fix10/migration_is_null
null error
This commit is contained in:
commit
bebf8468d9
|
|
@ -124,8 +124,6 @@ namespace UniVRM10
|
|||
{
|
||||
if (m_migration == null)
|
||||
{
|
||||
EditorGUILayout.HelpBox(m_migration.Message, MessageType.Info);
|
||||
|
||||
{
|
||||
serializedObject.Update();
|
||||
// normalize
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user