mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 05:52:38 +02:00
Minor code adjustment
Minor code adjustment
This commit is contained in:
parent
e57df8b096
commit
75d6b2c2e5
1 changed files with 1 additions and 1 deletions
|
@ -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({
|
||||
|
|
Loading…
Reference in a new issue