Skip to content

Commit e7eb00a

Browse files
committed
fixed the call for the ListView attribute in CustomUISample.cs, fixes #56
1 parent 8c5f0bf commit e7eb00a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Demo/CustomUISample.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public void LogArrayValues(SerializedProperty[] value) {
8585

8686
[SectionHeader("List View")]
8787
[OnValueChanged("EventAdded")]
88-
[ListView("EventsList", "AddEvent", addButtonText = "Add Event")]
88+
[ListView("EventsList", "AddEvent", "Add Event")]
8989
public string[] events;
9090

9191
[ListView("EventsList")] public UdonSharpBehaviour[] targets;

0 commit comments

Comments
 (0)