Commit e1080a3d authored by jeff's avatar jeff

更新

parent d7be4236
......@@ -68,6 +68,7 @@ cc.Class({
if (!url || url == '') {
this._playing = false
} else {
cc.systemEvent.emit('stopBgMusic')
cc.audioEngine.setFinishCallback(id, this.playAudio.bind(this, url))
this._playing = 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