File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
MixedRealityToolkit-SDK/Features/UX/Scripts/Controllers
MixedRealityToolkit/_Core/Utilities/Lines/Renderers Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ public class MixedRealityControllerInfo
4545 private GameObject touchpadTouchY ;
4646 private Transform touchpadTouchYMin ;
4747 private Transform touchpadTouchYMax ;
48- private GameObject touchpadTouchVisualizer ;
48+ private GameObject touchpadTouchVisualizer = null ;
4949 private GameObject pointingPose ;
5050
5151 // These values are used to determine if a button's state has changed.
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ public class StripMeshLineRenderer : BaseMixedRealityLineRenderer
1515 [ Header ( "Strip Mesh Settings" ) ]
1616
1717 [ SerializeField ]
18- private Material lineMaterial ;
18+ private Material lineMaterial = null ;
1919
2020 [ SerializeField ]
2121 private float uvOffset = 0f ;
You can’t perform that action at this time.
0 commit comments