mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-23 10:34:50 +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
|
// so we don't have to traverse the overlays to get the last one
|
||||||
var lastHoveringId = 0;
|
var lastHoveringId = 0;
|
||||||
ExtendedOverlay.prototype.hover = function (hovering) {
|
ExtendedOverlay.prototype.hover = function (hovering) {
|
||||||
|
this.hovering = hovering;
|
||||||
if (this.key === lastHoveringId) {
|
if (this.key === lastHoveringId) {
|
||||||
if (hovering) {
|
if (hovering) {
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue