|
|
|
@ -873,10 +873,10 @@ export class Player { |
|
|
|
// If the hovered item has changed, update outlines
|
|
|
|
if (previouslyHoveredItem !== this.currentIntItem) { |
|
|
|
if (previouslyHoveredItem) { |
|
|
|
previouslyHoveredItem.hideOutline(); |
|
|
|
//previouslyHoveredItem.hideOutline();
|
|
|
|
} |
|
|
|
if (this.currentIntItem) { |
|
|
|
this.currentIntItem.showOutline(); |
|
|
|
//this.currentIntItem.showOutline();
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|