This commit is contained in:
Jeffrey Ventrella 2013-04-23 21:30:53 -07:00
parent 61a17060c3
commit 54aac82e9c

View file

@ -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...
//---------------------------------------------------------------------