fix: async
This commit is contained in:
parent
43a6b12488
commit
47f0b1040e
|
@ -61,7 +61,7 @@ export default class Ecs {
|
|||
}
|
||||
}
|
||||
this.destroyMany(destroying);
|
||||
this.insertMany(updating);
|
||||
await this.insertMany(updating);
|
||||
this.removeMany(removing);
|
||||
await this.createManySpecific(creating);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user