mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 15:09:34 +02:00
small change to contextOVerlays in farActionGrab
This commit is contained in:
parent
3b357ad61e
commit
28694dcf8a
1 changed files with 0 additions and 5 deletions
|
@ -434,11 +434,6 @@ Script.include("/~/system/libraries/controllers.js");
|
||||||
return makeRunningValues(false, [], []);
|
return makeRunningValues(false, [], []);
|
||||||
}
|
}
|
||||||
|
|
||||||
var targetEntity = controllerData.rayPicks[this.hand].objectID;
|
|
||||||
if (targetEntity !== this.entityWithContextOverlay) {
|
|
||||||
this.destroyContextOverlay();
|
|
||||||
}
|
|
||||||
|
|
||||||
var otherModuleName =this.hand === RIGHT_HAND ? "LeftFarActionGrabEntity" : "RightFarActionGrabEntity";
|
var otherModuleName =this.hand === RIGHT_HAND ? "LeftFarActionGrabEntity" : "RightFarActionGrabEntity";
|
||||||
var otherFarGrabModule = getEnabledModuleByName(otherModuleName);
|
var otherFarGrabModule = getEnabledModuleByName(otherModuleName);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue