mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-17 14:06:19 +02:00
Send messages local only
This commit is contained in:
parent
692fa52aca
commit
05c63e16ca
1 changed files with 3 additions and 3 deletions
|
@ -318,13 +318,13 @@
|
||||||
holdEnabled: enabled,
|
holdEnabled: enabled,
|
||||||
nearGrabEnabled: enabled,
|
nearGrabEnabled: enabled,
|
||||||
farGrabEnabled: enabled
|
farGrabEnabled: enabled
|
||||||
}));
|
}), true);
|
||||||
Messages.sendMessage(HIFI_POINTER_DISABLE_MESSAGE_CHANNEL, JSON.stringify({
|
Messages.sendMessage(HIFI_POINTER_DISABLE_MESSAGE_CHANNEL, JSON.stringify({
|
||||||
pointerEnabled: enabled
|
pointerEnabled: enabled
|
||||||
}));
|
}), true);
|
||||||
Messages.sendMessage(HIFI_POINT_INDEX_MESSAGE_CHANNEL, JSON.stringify({
|
Messages.sendMessage(HIFI_POINT_INDEX_MESSAGE_CHANNEL, JSON.stringify({
|
||||||
pointIndex: !enabled
|
pointIndex: !enabled
|
||||||
}));
|
}), true);
|
||||||
}
|
}
|
||||||
|
|
||||||
function onButtonClicked() {
|
function onButtonClicked() {
|
||||||
|
|
Loading…
Reference in a new issue