Commit 53d79546 authored by wangxin's avatar wangxin

Update option.js

parent b00ff1cf
......@@ -131,5 +131,9 @@ cc.Class({
stopAllAudio() {
cc.audioEngine.stopAllEffects();
this._isPlaying = false;
if (!this._allowClick) {
this.picSelected.active = false;
this._allowClick = true;
}
},
});
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