mirror of
https://github.com/overte-org/overte.git
synced 2025-08-05 21:10:12 +02:00
Fix grabbing tablet with grip not working
This commit is contained in:
parent
daae3f50c8
commit
f23d93add3
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ Script.include("/~/system/libraries/controllerDispatcherUtils.js");
|
||||||
return makeRunningValues(false, [], []);
|
return makeRunningValues(false, [], []);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (controllerData.triggerClicks[this.hand]) {
|
if (controllerData.triggerClicks[this.hand] || controllerData.secondaryValues[this.hand]) {
|
||||||
setTabletNearGrabbable(this.hand, false);
|
setTabletNearGrabbable(this.hand, false);
|
||||||
return makeRunningValues(false, [], []);
|
return makeRunningValues(false, [], []);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue