mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 20:48:56 +02:00
cleanup
This commit is contained in:
parent
61a17060c3
commit
54aac82e9c
1 changed files with 2 additions and 1 deletions
|
@ -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...
|
||||
//---------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue