diff --git a/scripts/system/pal.js b/scripts/system/pal.js index 05d8194c08..9104e96350 100644 --- a/scripts/system/pal.js +++ b/scripts/system/pal.js @@ -78,6 +78,7 @@ function textures(selected, hovering) { // so we don't have to traverse the overlays to get the last one var lastHoveringId = 0; ExtendedOverlay.prototype.hover = function (hovering) { + this.hovering = hovering; if (this.key === lastHoveringId) { if (hovering) { return;