mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
Prevent Context Overlay from flashing when briefly hovering over certified entity
This commit is contained in:
parent
987aa40783
commit
5f47d51171
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