mirror of
https://github.com/overte-org/overte.git
synced 2025-04-18 00:26:33 +02:00
Fix tablet proper not being grabbed once mini tablet has expanded
This commit is contained in:
parent
ff54516790
commit
4e23caf46d
1 changed files with 2 additions and 1 deletions
|
@ -89,7 +89,7 @@
|
|||
LEFT_HAND = 0,
|
||||
RIGHT_HAND = 1,
|
||||
HAND_NAMES = ["LeftHand", "RightHand"],
|
||||
DEBUG = true;
|
||||
DEBUG = false;
|
||||
|
||||
// #region Utilities =======================================================================================================
|
||||
|
||||
|
@ -208,6 +208,7 @@
|
|||
|
||||
function hideUI() {
|
||||
Overlays.editOverlay(proxyOverlay, {
|
||||
parentID: Uuid.NULL, // Release hold so that hand can grab tablet proper.
|
||||
visible: false
|
||||
});
|
||||
Overlays.editOverlay(proxyUIOverlay, {
|
||||
|
|
Loading…
Reference in a new issue