Browse Source

修复bgm可能多次播放的问题

sa03 6 năm trước cách đây
mục cha
commit
32edeb98a5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      assets/scripts/AudioMng.js

+ 1 - 1
assets/scripts/AudioMng.js

@@ -49,7 +49,7 @@ cc.Class({
     onLoad () {
         GameModule.audioMng = this;
         this.currentAudio = {};
-
+        this.stopAll();
         this.playBgm();
     },