mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 04:07:11 +02:00
Emit scale changed signal when scaled with hand controllers
This commit is contained in:
parent
0306c22394
commit
dda32f1987
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@
|
|||
|
||||
var newAvatarScale = (scalingCurrentDistance / this.scalingStartDistance) * this.scalingStartAvatarScale;
|
||||
MyAvatar.scale = newAvatarScale;
|
||||
MyAvatar.scaleChanged();
|
||||
}
|
||||
return dispatcherUtils.makeRunningValues(true, [], []);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue