Skip to content

Commit 6742299

Browse files
authored
Update TapToPlace.cs
Fixing an extra space
1 parent 49a702a commit 6742299

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Assets/HoloToolkit/Input/Scripts/Interactions/TapToPlace.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ namespace HoloToolkit.Unity.InputModule
1818
[RequireComponent(typeof(Interpolator))]
1919
public class TapToPlace : MonoBehaviour, IInputClickHandler
2020
{
21-
[Tooltip("Distance from camera to keep the object while placing it.")]
22-
public float DefaultGazeDistance = 2.0f;
21+
[Tooltip("Distance from camera to keep the object while placing it.")] public float DefaultGazeDistance = 2.0f;
2322

2423
[Tooltip("Supply a friendly name for the anchor as the key name for the WorldAnchorStore.")]
2524
public string SavedAnchorFriendlyName = "SavedAnchorFriendlyName";

0 commit comments

Comments
 (0)