Minor code adjustment

Minor code adjustment
This commit is contained in:
Alezia Kurdis 2021-01-29 21:55:55 -05:00 committed by GitHub
parent e57df8b096
commit 75d6b2c2e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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({