This commit is contained in:
David Rowe 2018-08-08 08:49:29 +12:00
parent c9c23b8db3
commit a7170a5892

View file

@ -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;