From 4fa0c96046f63758d09734631b6b25a4f946eeb5 Mon Sep 17 00:00:00 2001 From: Seth Alves <seth.alves@gmail.com> Date: Mon, 13 Aug 2018 11:57:48 -0700 Subject: [PATCH] fix desktop press-x handshake --- scripts/system/makeUserConnection.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/system/makeUserConnection.js b/scripts/system/makeUserConnection.js index 8642fc5ce6..5dee36d147 100644 --- a/scripts/system/makeUserConnection.js +++ b/scripts/system/makeUserConnection.js @@ -228,6 +228,7 @@ animationData.rightHandPosition.y += verticalOffset; } animationData.rightHandRotation = Quat.fromPitchYawRollDegrees(90, 0, 90); + animationData.rightHandType = 0; // RotationAndPosition, see IKTargets.h } function shakeHandsAnimation() { return animationData;