mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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,
|
||||
nearGrabEnabled: enabled,
|
||||
farGrabEnabled: enabled
|
||||
}));
|
||||
}), true);
|
||||
Messages.sendMessage(HIFI_POINTER_DISABLE_MESSAGE_CHANNEL, JSON.stringify({
|
||||
pointerEnabled: enabled
|
||||
}));
|
||||
}), true);
|
||||
Messages.sendMessage(HIFI_POINT_INDEX_MESSAGE_CHANNEL, JSON.stringify({
|
||||
pointIndex: !enabled
|
||||
}));
|
||||
}), true);
|
||||
}
|
||||
|
||||
function onButtonClicked() {
|
||||
|
|
Loading…
Reference in a new issue