mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 18:55:01 +02:00
fix js memory leak
This commit is contained in:
parent
a47a1c03e6
commit
fa6b3019f6
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ Script.include("/~/system/libraries/controllers.js");
|
|||
Messages.sendMessage('Hifi-Hand-RayPick-Blacklist', JSON.stringify(data));
|
||||
}
|
||||
|
||||
this.ignoredOverlays = [];
|
||||
this.ignoredObjects = [];
|
||||
};
|
||||
|
||||
this.isPointingAtTriggerable = function(controllerData, triggerPressed, checkEntitiesOnly) {
|
||||
|
|
Loading…
Reference in a new issue