Merge pull request #671 from overte-org/fix/vr_local_entity_grab

Fix local entity grab in VR
This commit is contained in:
ksuprynowicz 2023-10-17 19:34:10 +02:00 committed by GitHub
commit fde4e1f26f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -135,7 +135,7 @@ Script.include("/~/system/libraries/utils.js");
this.endNearParentingGrabOverlay = function () {
var previousParentID = this.previousParentID[this.grabbedThingID];
if ((previousParentID === Uuid.NULL || previousParentID === null) && !this.robbed) {
Overlays.editOverlay(this.grabbedThingID, {
Entities.editEntity(this.grabbedThingID, {
parentID: Uuid.NULL,
parentJointIndex: -1
});