Don't display default lasers when Shapes app is active

This commit is contained in:
David Rowe 2018-01-04 21:09:38 +13:00
parent 6c16fcfe65
commit 6095a90e69

View file

@ -26,7 +26,7 @@ Script.include("/~/system/libraries/controllerDispatcherUtils.js");
: ["leftHand", "leftHandEquip", "leftHandTrigger"],
[],
100,
makeLaserParams(this.hand, false)
makeLaserParams(-1, false) // Invalid hand parameter so that default laser is not displayed.
);
this.pointingAtTablet = function (objectID) {