mirror of
https://github.com/overte-org/overte.git
synced 2025-04-05 21:12:25 +02:00
Explicitly return false.
This commit is contained in:
parent
ce787d5803
commit
d8103eb7dd
1 changed files with 1 additions and 1 deletions
|
@ -357,7 +357,7 @@ Script.include("/~/system/libraries/controllers.js");
|
|||
};
|
||||
|
||||
this.notPointingAtEntity = function (controllerData) {
|
||||
if (!hudRayPick.intersects) return;
|
||||
if (!hudRayPick.intersects) return false;
|
||||
|
||||
var intersection = controllerData.rayPicks[this.hand];
|
||||
var entityProperty = Entities.getEntityProperties(intersection.objectID, "type");
|
||||
|
|
Loading…
Reference in a new issue