Commit 569c6d04 authored by limingzhe's avatar limingzhe

fix: debug

parent 76510b4e
...@@ -1428,6 +1428,9 @@ cc.Class({ ...@@ -1428,6 +1428,9 @@ cc.Class({
delayCall(5, () => { delayCall(5, () => {
if (this.isDestroy) {
return;
}
this.playOneStar(); this.playOneStar();
}) })
}, },
......
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