Skip to content

Commit

Permalink
Merge pull request #2666 from keveleigh/FixPointerMisalignment
Browse files Browse the repository at this point in the history
Fix HTK pointer debug rays
  • Loading branch information
David Kline authored Aug 29, 2018
2 parents 8f57859 + fac5547 commit 43ad595
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public virtual void OnPreRaycast()
Vector3 position;
Vector3 forward;

if (!sourceState.sourcePose.TryGetPosition(out position))
if (!sourceState.sourcePose.TryGetPosition(out position, InteractionSourceNode.Pointer))
{
return;
}
Expand Down

0 comments on commit 43ad595

Please sign in to comment.