diff --git a/Assets/NaughtyAttributes/Scripts/Editor/PropertyDrawers/ExpandablePropertyDrawer.cs b/Assets/NaughtyAttributes/Scripts/Editor/PropertyDrawers/ExpandablePropertyDrawer.cs index 627c97ee..aae9e499 100644 --- a/Assets/NaughtyAttributes/Scripts/Editor/PropertyDrawers/ExpandablePropertyDrawer.cs +++ b/Assets/NaughtyAttributes/Scripts/Editor/PropertyDrawers/ExpandablePropertyDrawer.cs @@ -108,7 +108,7 @@ protected override void OnGUI_Internal(Rect rect, SerializedProperty property, G height = EditorGUIUtility.singleLineHeight }; - EditorGUI.PropertyField(propertyRect, property, label, false); + EditorGUI.PropertyField(propertyRect, property, false); // Draw the child properties if (property.isExpanded)