Skip to content

Commit

Permalink
fixed the call for the ListView attribute in CustomUISample.cs, fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
orels1 committed Dec 2, 2020
1 parent 8c5f0bf commit e7eb00a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Demo/CustomUISample.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public void LogArrayValues(SerializedProperty[] value) {

[SectionHeader("List View")]
[OnValueChanged("EventAdded")]
[ListView("EventsList", "AddEvent", addButtonText = "Add Event")]
[ListView("EventsList", "AddEvent", "Add Event")]
public string[] events;

[ListView("EventsList")] public UdonSharpBehaviour[] targets;
Expand Down

0 comments on commit e7eb00a

Please sign in to comment.