From 7dd93f11d3541c3ce0c3f2834a51987f59014960 Mon Sep 17 00:00:00 2001 From: TJH Date: Tue, 14 Oct 2025 16:30:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=A1=E6=81=AF=E6=A0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/Game/scripts/SlotScene.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/Game/scripts/SlotScene.ts b/assets/Game/scripts/SlotScene.ts index cc72676..487a2d0 100644 --- a/assets/Game/scripts/SlotScene.ts +++ b/assets/Game/scripts/SlotScene.ts @@ -725,7 +725,6 @@ export class SlotScene extends Component { this.slotBar.setWin(this.spinData.AllScore); this.slotBar.setBalance(this.spinData.Balance); this.slotGame.changeBg(false); - this.slotGame.playNextSprite() this.checkAutoSpin(true, isReconnect); AudioManager.instance.playBGM('Normal_Mode_BGM');