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()
     }
 }