OnEnable で GUI 呼んじゃだめ

This commit is contained in:
ousttrue
2020-08-27 13:21:04 +09:00
parent 6a38e97b80
commit 024a9acecb

View File

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