We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2dbdcf commit f6fcfbdCopy full SHA for f6fcfbd
Assets/HoloToolkit/SpatialMapping/Scripts/TapToPlace.cs
@@ -96,7 +96,6 @@ public virtual void Update()
96
// update the placement to match the user's gaze.
97
if (IsBeingPlaced)
98
{
99
- if (gameObject.GetComponent<TapToPlace>().IsBeingPlaced) { }
100
// Do a raycast into the world that will only hit the Spatial Mapping mesh.
101
Vector3 headPosition = Camera.main.transform.position;
102
Vector3 gazeDirection = Camera.main.transform.forward;
0 commit comments