From 9d9a7ead5b8f73dcfe6e306aac220bbb7bfb2a6a Mon Sep 17 00:00:00 2001 From: Ryan Huffman Date: Mon, 1 Dec 2014 16:39:36 -0800 Subject: [PATCH] Remove unnecessary overlay property updates --- examples/libraries/entitySelectionTool.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/examples/libraries/entitySelectionTool.js b/examples/libraries/entitySelectionTool.js index 5544fec84d..1a43231f6f 100644 --- a/examples/libraries/entitySelectionTool.js +++ b/examples/libraries/entitySelectionTool.js @@ -348,6 +348,7 @@ SelectionDisplay = (function () { visible: false, isFacingAvatar: true, drawInFront: true, + ignoreRayIntersection: true, dimensions: { x: 0, y: 0 }, lineHeight: 0.0, topMargin: 0, @@ -1638,7 +1639,6 @@ SelectionDisplay = (function () { Overlays.editOverlay(rotationDegreesDisplay, { visible: true, - ignoreRayIntersection: true, }); updateRotationDegreesOverlay(0, yawHandleRotation, yawCenter); @@ -1776,7 +1776,6 @@ SelectionDisplay = (function () { Overlays.editOverlay(rotationDegreesDisplay, { visible: true, - ignoreRayIntersection: true, }); updateRotationDegreesOverlay(0, pitchHandleRotation, pitchCenter); @@ -1914,7 +1913,6 @@ SelectionDisplay = (function () { Overlays.editOverlay(rotationDegreesDisplay, { visible: true, - ignoreRayIntersection: true, }); updateRotationDegreesOverlay(0, rollHandleRotation, rollCenter);