You can no longer scale the tablet with double-grab

This commit is contained in:
Anthony J. Thibault 2017-02-02 10:16:02 -08:00
parent f4e57898c6
commit 9df887de2a

View file

@ -2572,7 +2572,7 @@ function MyController(hand) {
};
this.maybeScale = function(props) {
if (!objectScalingEnabled) {
if (!objectScalingEnabled || this.isTablet(this.grabbedEntity)) {
return;
}