From 54aac82e9c3d715a8ee9784d0e8ca2f8cd47d2b0 Mon Sep 17 00:00:00 2001 From: Jeffrey Ventrella Date: Tue, 23 Apr 2013 21:30:53 -0700 Subject: [PATCH] cleanup --- interface/src/Head.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/interface/src/Head.cpp b/interface/src/Head.cpp index 306252bc7e..28a7c53230 100644 --- a/interface/src/Head.cpp +++ b/interface/src/Head.cpp @@ -1131,6 +1131,7 @@ void Head::updateHandMovement( float deltaTime ) { bool atLeastOneAvatarIsGrasping = false; if ( getHandState() == 1 ) { atLeastOneAvatarIsGrasping = true; } + if ( _isMine ) { if ( _otherAvatar.handState == 1 ) { if ( _nearOtherAvatar ) { @@ -1138,7 +1139,7 @@ void Head::updateHandMovement( float deltaTime ) { } } } - + //--------------------------------------------------------------------- // if holding hands with another avatar, add a force to the hand... //---------------------------------------------------------------------