Commit 85e258c6 authored by limingzhe's avatar limingzhe

fix: debug

parent 11b9a26c
...@@ -267,7 +267,7 @@ cc.Class({ ...@@ -267,7 +267,7 @@ cc.Class({
.start(); .start();
await asyncDelay(0.6); await asyncDelay(0.6);
if (isDestroy) { if (this.isDestroy) {
return; return;
} }
await asyncTweenTo(starBig, 0.8, { scale: 0 }, { easing: 'quadOut' }); await asyncTweenTo(starBig, 0.8, { scale: 0 }, { easing: 'quadOut' });
......
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