xx 1 năm trước cách đây
mục cha
commit
d35471ad99
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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()
     }
 }