xx 1 tahun lalu
induk
melakukan
d35471ad99
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  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()
     }
 }