Fix hover - probably my merge didn't get this line

This commit is contained in:
David Kelly 2017-01-10 15:51:24 -07:00
parent 17333ee307
commit 2d55ed2658

View file

@ -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;