Fixed outline issue in Pai Gow
This commit is contained in:
parent
e0b48a6285
commit
0be58058b4
|
|
@ -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 = [];
|
||||
|
|
|
|||
Loading…
Reference in New Issue