mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 06:53:01 +02:00
Fix typo
This commit is contained in:
parent
c9c23b8db3
commit
a7170a5892
1 changed files with 1 additions and 1 deletions
|
@ -328,7 +328,7 @@ Script.include("/~/system/libraries/controllers.js");
|
||||||
if (!props) {
|
if (!props) {
|
||||||
// entity was deleted
|
// entity was deleted
|
||||||
unhighlightTargetEntity(this.targetEntityID);
|
unhighlightTargetEntity(this.targetEntityID);
|
||||||
this.highlightedEntity = NULL;
|
this.highlightedEntity = null;
|
||||||
this.grabbing = false;
|
this.grabbing = false;
|
||||||
this.targetEntityID = null;
|
this.targetEntityID = null;
|
||||||
this.hapticTargetID = null;
|
this.hapticTargetID = null;
|
||||||
|
|
Loading…
Reference in a new issue