From 9c3ebf9f64671ca3760f4e7cf8ea05fd9076208b Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Wed, 24 Apr 2013 14:11:07 -0700 Subject: [PATCH] only set hand state for mouse press for me --- interface/src/Head.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/interface/src/Head.cpp b/interface/src/Head.cpp index 91b9e1b516..f6683b6a9a 100644 --- a/interface/src/Head.cpp +++ b/interface/src/Head.cpp @@ -1137,7 +1137,9 @@ void Head::updateHandMovement( float deltaTime ) { _bone[ AVATAR_BONE_RIGHT_HAND ].position += transformedHandMovement; - setHandState(_mousePressed); + if (_isMine) { + _handState = _mousePressed; + } //--------------------------------------------------------------------- // if holding hands with another avatar, add a force to the hand...