3
0
Fork 0
mirror of https://github.com/lubosz/overte.git synced 2025-04-26 22:35:27 +02:00

Merge pull request from zfox23/MS13792

Prevent Context Overlay from flashing when briefly hovering over certified entity
This commit is contained in:
Zach Fox 2018-04-04 09:31:33 -07:00 committed by GitHub
commit b641f87792
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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() {