Prevent Context Overlay from flashing when briefly hovering over certified entity

This commit is contained in:
Zach Fox 2018-04-03 15:35:46 -07:00
parent 987aa40783
commit 5f47d51171

View file

@ -295,6 +295,7 @@ Script.include("/~/system/libraries/Xform.js");
this.actionID = null;
this.grabbedThingID = null;
this.targetObject = null;
this.potentialEntityWithContextOverlay = false;
};
this.updateRecommendedArea = function() {