Commit a6c4c931 authored by 范雪寒's avatar 范雪寒

feat: stopAudio

parent 96f9670f
No preview for this file type
...@@ -284,6 +284,7 @@ cc.Class({ ...@@ -284,6 +284,7 @@ cc.Class({
this.asyncDelayLog('err: ', err); this.asyncDelayLog('err: ', err);
} }
this.hideWaitingLetters(); this.hideWaitingLetters();
cc.audioEngine.stopAll();
cc.director.runScene(scene); cc.director.runScene(scene);
}); });
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment