diff --git a/scripts/system/libraries/pointersUtils.js b/scripts/system/libraries/pointersUtils.js index e854c2c3c4..ad1f49d18d 100644 --- a/scripts/system/libraries/pointersUtils.js +++ b/scripts/system/libraries/pointersUtils.js @@ -44,6 +44,7 @@ var Pointer = function(hudLayer, pickType, pointerData) { solid: true, color: COLORS_GRAB_SEARCHING_HALF_SQUEEZE, alpha: 0.9, + unlit: true, ignorePickIntersection: true, renderLayer: this.renderLayer, visible: true @@ -66,6 +67,7 @@ var Pointer = function(hudLayer, pickType, pointerData) { solid: true, color: COLORS_GRAB_SEARCHING_FULL_SQUEEZE, alpha: 0.9, + unlit: true, ignorePickIntersection: true, renderLayer: this.renderLayer, visible: true