Emit scale changed signal when scaled with hand controllers

This commit is contained in:
Liv Erickson 2017-11-16 09:26:42 -08:00
parent 0306c22394
commit dda32f1987

View file

@ -63,6 +63,7 @@
var newAvatarScale = (scalingCurrentDistance / this.scalingStartDistance) * this.scalingStartAvatarScale;
MyAvatar.scale = newAvatarScale;
MyAvatar.scaleChanged();
}
return dispatcherUtils.makeRunningValues(true, [], []);
}