Skip to content

Commit 6e40145

Browse files
committed
Fixing spacing...again
1 parent 6742299 commit 6e40145

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ 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.")] public float DefaultGazeDistance = 2.0f;
21+
[Tooltip("Distance from camera to keep the object while placing it.")]
22+
public float DefaultGazeDistance = 2.0f;
2223

2324
[Tooltip("Supply a friendly name for the anchor as the key name for the WorldAnchorStore.")]
2425
public string SavedAnchorFriendlyName = "SavedAnchorFriendlyName";
@@ -56,7 +57,6 @@ protected virtual void Start()
5657
ParentGameObjectToPlace = GetParentToPlace();
5758
PlaceParentOnTap = ParentGameObjectToPlace != null;
5859
}
59-
6060

6161
interpolator = EnsureInterpolator();
6262

0 commit comments

Comments
 (0)