mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2024-12-29 18:55:06 +08:00
fix: Some MenuItemCoreGUI properties do not refresh when rendered in parent menu inspector (#1094)
Closes: #1091
This commit is contained in:
parent
668ab35b46
commit
e07b18d87e
@ -218,6 +218,8 @@ namespace nadena.dev.modular_avatar.core.editor
|
||||
|
||||
public void DoGUI()
|
||||
{
|
||||
if (_obj != null) _obj.UpdateIfRequiredOrScript();
|
||||
|
||||
EditorGUILayout.BeginHorizontal();
|
||||
|
||||
EditorGUILayout.BeginVertical();
|
||||
|
Loading…
Reference in New Issue
Block a user