mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +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) {
|
||||
// entity was deleted
|
||||
unhighlightTargetEntity(this.targetEntityID);
|
||||
this.highlightedEntity = NULL;
|
||||
this.highlightedEntity = null;
|
||||
this.grabbing = false;
|
||||
this.targetEntityID = null;
|
||||
this.hapticTargetID = null;
|
||||
|
|
Loading…
Reference in a new issue