mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 22:51:20 +02:00
near-trigger works?
This commit is contained in:
parent
3b61e8518f
commit
03977334a0
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ Script.include("/~/system/controllers/controllerDispatcherUtils.js");
|
||||||
|
|
||||||
this.cleanup = function () {
|
this.cleanup = function () {
|
||||||
if (this.targetEntityID) {
|
if (this.targetEntityID) {
|
||||||
this.endNearParentingGrabEntity();
|
this.endNearTrigger();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue