Skip to content

Commit 6e46e00

Browse files
committed
Minor fixes
1 parent 4678052 commit 6e46e00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Assets/Editor Toolbox/Editor/ToolboxEditorGui.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ public static void DrawObjectProperties(Object instance)
627627
continue;
628628
}
629629

630-
DrawDefaultProperty(childProperty);
630+
DrawNativeProperty(childProperty);
631631
}
632632
while (iterator.NextVisible(false));
633633
}

0 commit comments

Comments
 (0)