Commit d05c9337 authored by liujiaxin's avatar liujiaxin

ff

parent fea593ee
......@@ -318,6 +318,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
item.children.forEach(it => it.active = false);
for (let i = 0; i < datas.length; i++) {
let it = item.children[i];
item.active = false;
let dt = datas[i];
if (dt) {
this.updateChickenItem(it, dt);
......
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