From 5f47d511718595422f93ff859fedc8bfcddaa74d Mon Sep 17 00:00:00 2001 From: Zach Fox Date: Tue, 3 Apr 2018 15:35:46 -0700 Subject: [PATCH] Prevent Context Overlay from flashing when briefly hovering over certified entity --- .../system/controllers/controllerModules/farActionGrabEntity.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/system/controllers/controllerModules/farActionGrabEntity.js b/scripts/system/controllers/controllerModules/farActionGrabEntity.js index 07450e54ba..d8e2a217a4 100644 --- a/scripts/system/controllers/controllerModules/farActionGrabEntity.js +++ b/scripts/system/controllers/controllerModules/farActionGrabEntity.js @@ -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() {