From 75d6b2c2e536ec11fa09e22b62f2486ddfc68602 Mon Sep 17 00:00:00 2001 From: Alezia Kurdis <60075796+AleziaKurdis@users.noreply.github.com> Date: Fri, 29 Jan 2021 21:55:55 -0500 Subject: [PATCH] Minor code adjustment Minor code adjustment --- scripts/system/controllers/controllerModules/inEditMode.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/system/controllers/controllerModules/inEditMode.js b/scripts/system/controllers/controllerModules/inEditMode.js index 992a76614a..8453a7d8d3 100644 --- a/scripts/system/controllers/controllerModules/inEditMode.js +++ b/scripts/system/controllers/controllerModules/inEditMode.js @@ -85,7 +85,7 @@ Script.include("/~/system/libraries/utils.js"); entityID: this.selectedTarget.objectID, hand: hand, surfaceNormal: this.selectedTarget.surfaceNormal, - intersection: this.selectedTarget.intersection, + intersection: this.selectedTarget.intersection })); } else if (this.selectedTarget.type === Picks.INTERSECTED_OVERLAY) { Messages.sendLocalMessage(this.ENTITY_TOOL_UPDATES_CHANNEL, JSON.stringify({