xx 1 年之前
父節點
當前提交
d35471ad99
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      assets/script/manager/audioManager.ts

+ 2 - 1
assets/script/manager/audioManager.ts

@@ -110,7 +110,8 @@ export class audioManager extends Component {
     }
 
     public pauseHomeBgm() {
-        this.getSound().stop()
+        // this.getSound().stop()
+        this.stopAllBGM()
     }
 }