xx 1 жил өмнө
parent
commit
d35471ad99

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