mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2024-12-28 10:15:06 +08:00
fix: NullReferenceException in some cases when viewing MA Menu Item controls
Closes: #1383
This commit is contained in:
parent
f7dc99be7d
commit
7967fcf121
@ -269,8 +269,8 @@ namespace nadena.dev.modular_avatar.core.editor
|
||||
EditorGUILayout.BeginVertical();
|
||||
|
||||
EditorGUILayout.BeginHorizontal();
|
||||
|
||||
if (_parameterReference == null)
|
||||
|
||||
if (_prop_label == null)
|
||||
{
|
||||
EditorGUI.BeginChangeCheck();
|
||||
if (_obj != null && _obj.isEditingMultipleObjects)
|
||||
|
Loading…
Reference in New Issue
Block a user