Merge pull request #527 from ousttrue/fix_dialog

OnEnable で GUI 呼んじゃだめ
This commit is contained in:
hiroj
2020-08-27 13:35:44 +09:00
committed by GitHub

View File

@@ -295,8 +295,6 @@ namespace VRM
{
m_Inspector = Editor.CreateEditor(m_settings);
}
M17N.Getter.OnGuiSelectLang();
}
void OnDisable()