Commit 436cdc42 authored by limingzhe's avatar limingzhe

fix: debug

parent 85384c96
......@@ -1225,7 +1225,7 @@ cc.Class({
picNode.hitCount++;
if (picNode.hitCount < 2) {
if (picNode.hitCount < 1) {
return;
}
......@@ -4506,7 +4506,7 @@ cc.Class({
this.hotZoneBg.addChild(animaNode);
animaNode.data = data;
animaNode.hitCount = 0;
if (data.audio_url) {
cc.assetManager.loadRemote(data.audio_url, (err, audioClip) => {
......
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