Skip to content

Commit

Permalink
Fix spatial menu
Browse files Browse the repository at this point in the history
  • Loading branch information
mtschoen-unity committed Jan 31, 2020
1 parent 345d704 commit 5023653
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public void UnloadModule() { }

public void OnBehaviorUpdate()
{
if (m_GazeTransform != null)
if (m_GazeTransform == null)
return;

if (m_AdaptivePositionElements.Count > 0)
Expand Down

0 comments on commit 5023653

Please sign in to comment.