Commit fb2533ce authored by yu's avatar yu

调整

parent a2cb5174
...@@ -101,6 +101,7 @@ export default class NewClass extends cc.Component { ...@@ -101,6 +101,7 @@ export default class NewClass extends cc.Component {
return; return;
} }
const bigStarBg = this.bigStarArr[this.curGroupIndex++]; const bigStarBg = this.bigStarArr[this.curGroupIndex++];
if (!bigStarBg) return;
const starBig = bigStarBg.starBig; const starBig = bigStarBg.starBig;
starBig.scale = 1; starBig.scale = 1;
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
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