From 9df887de2adc3a976de0b78201c1ba1740cb0737 Mon Sep 17 00:00:00 2001 From: "Anthony J. Thibault" Date: Thu, 2 Feb 2017 10:16:02 -0800 Subject: [PATCH] You can no longer scale the tablet with double-grab --- scripts/system/controllers/handControllerGrab.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/system/controllers/handControllerGrab.js b/scripts/system/controllers/handControllerGrab.js index 86820c990a..f34cdc8506 100644 --- a/scripts/system/controllers/handControllerGrab.js +++ b/scripts/system/controllers/handControllerGrab.js @@ -2572,7 +2572,7 @@ function MyController(hand) { }; this.maybeScale = function(props) { - if (!objectScalingEnabled) { + if (!objectScalingEnabled || this.isTablet(this.grabbedEntity)) { return; }