mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-29 22:22:54 +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,
|
LEFT_HAND = 0,
|
||||||
RIGHT_HAND = 1,
|
RIGHT_HAND = 1,
|
||||||
HAND_NAMES = ["LeftHand", "RightHand"],
|
HAND_NAMES = ["LeftHand", "RightHand"],
|
||||||
DEBUG = true;
|
DEBUG = false;
|
||||||
|
|
||||||
// #region Utilities =======================================================================================================
|
// #region Utilities =======================================================================================================
|
||||||
|
|
||||||
|
@ -208,6 +208,7 @@
|
||||||
|
|
||||||
function hideUI() {
|
function hideUI() {
|
||||||
Overlays.editOverlay(proxyOverlay, {
|
Overlays.editOverlay(proxyOverlay, {
|
||||||
|
parentID: Uuid.NULL, // Release hold so that hand can grab tablet proper.
|
||||||
visible: false
|
visible: false
|
||||||
});
|
});
|
||||||
Overlays.editOverlay(proxyUIOverlay, {
|
Overlays.editOverlay(proxyUIOverlay, {
|
||||||
|
|
Loading…
Reference in a new issue