Fixed outline issue in Pai Gow

This commit is contained in:
Brian Fertig 2026-06-23 21:41:59 -06:00
parent e0b48a6285
commit 0be58058b4
1 changed files with 1 additions and 0 deletions

View File

@ -464,6 +464,7 @@ export default class PaiGowPokerGame extends Phaser.Scene {
hideHandSetPanel() {
this.panelVisible = false;
this._clearDragHighlights();
if (this._selRings) { for (const r of this._selRings) r.destroy(); this._selRings = []; }
for (const o of this.setPanelGroup) o.setVisible(false);
for (const c of this.setCardConts) c.destroy();
this.setCardConts = [];