mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-27 04:58:46 +02:00
Merge pull request #12778 from zfox23/MS13792
Prevent Context Overlay from flashing when briefly hovering over certified entity
This commit is contained in:
commit
b641f87792
1 changed files with 1 additions and 0 deletions
|
@ -295,6 +295,7 @@ Script.include("/~/system/libraries/Xform.js");
|
||||||
this.actionID = null;
|
this.actionID = null;
|
||||||
this.grabbedThingID = null;
|
this.grabbedThingID = null;
|
||||||
this.targetObject = null;
|
this.targetObject = null;
|
||||||
|
this.potentialEntityWithContextOverlay = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
this.updateRecommendedArea = function() {
|
this.updateRecommendedArea = function() {
|
||||||
|
|
Loading…
Reference in a new issue