mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:24:00 +02:00
remove debug
This commit is contained in:
parent
dc957d09d8
commit
e94e41698e
1 changed files with 0 additions and 2 deletions
|
@ -2619,8 +2619,6 @@ function MyController(hand) {
|
|||
var scalingCurrentDistance = Vec3.length(Vec3.subtract(this.getHandPosition(),
|
||||
this.getOtherHandController().getHandPosition()));
|
||||
var newAvatarScale = (scalingCurrentDistance / this.scalingStartDistance) * this.scalingStartAvatarScale;
|
||||
if (MyAvatar.scale != newAvatarScale) {
|
||||
}
|
||||
MyAvatar.scale = newAvatarScale;
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue