mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 16:55:07 +02:00
Fix hover - probably my merge didn't get this line
This commit is contained in:
parent
17333ee307
commit
2d55ed2658
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue