Skip to content

Commit

Permalink
Fix Camera position - issue #524
Browse files Browse the repository at this point in the history
  • Loading branch information
moisoiu committed Feb 21, 2017
1 parent 2139e99 commit df8cd4e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Assets/HoloToolkit/Input/Scripts/Gaze/GazeManager.cs
Expand Up @@ -106,7 +106,10 @@ protected override void Awake()
{
RaycastLayerMasks = new LayerMask[] { Physics.DefaultRaycastLayers };
}
}

private void Start()
{
if (GazeTransform == null)
{
if (Camera.main != null)
Expand Down

0 comments on commit df8cd4e

Please sign in to comment.