Skip to content

Commit 5584f77

Browse files
committed
Minor refactor changes
1 parent a9e3698 commit 5584f77

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Assets/Editor Toolbox/Editor/ToolboxEditorDrawer.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ public ToolboxEditorDrawer(Action<SerializedProperty> toolboxDrawingAction, Acti
2626

2727
private void DrawProperty(SerializedProperty property, Action<SerializedProperty> drawingAction)
2828
{
29-
var propertyPath = property.propertyPath;
30-
if (IsPropertyIgnored(propertyPath))
29+
if (IsPropertyIgnored(property))
3130
{
3231
return;
3332
}

0 commit comments

Comments
 (0)