mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 12:28:02 +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 ) {
|
||||
|
|
Loading…
Reference in a new issue