mirror of
https://github.com/lubosz/overte.git
synced 2025-04-26 22:35:27 +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.grabbedThingID = null;
|
||||
this.targetObject = null;
|
||||
this.potentialEntityWithContextOverlay = false;
|
||||
};
|
||||
|
||||
this.updateRecommendedArea = function() {
|
||||
|
|
Loading…
Reference in a new issue