mirror of
https://github.com/overte-org/overte.git
synced 2025-04-15 23:39:23 +02:00
Don't display default lasers when Shapes app is active
This commit is contained in:
parent
6c16fcfe65
commit
6095a90e69
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue