Skip to content

Commit 0f60b07

Browse files
committed
Update HandMeshVisualizer.cs
1 parent 45c742f commit 0f60b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

org.mixedrealitytoolkit.input/Visualizers/HandMeshVisualizer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public XRInputButtonReader SelectInput
7878
/// </summary>
7979
/// <seealso cref="XRInputButtonReader.EnableDirectActionIfModeUsed"/>
8080
/// <seealso cref="XRInputButtonReader.DisableDirectActionIfModeUsed"/>
81-
protected List<XRInputButtonReader> buttonReaders { get; } = new List<XRInputButtonReader>();
81+
private readonly List<XRInputButtonReader> buttonReaders = new List<XRInputButtonReader>();
8282

8383
/// <summary>
8484
/// Whether this visualizer currently has a loaded and visible hand mesh or not.

0 commit comments

Comments
 (0)