Fix crash
This commit is contained in:
parent
3b7b5f28bd
commit
86c965e102
|
@ -150,7 +150,7 @@ impl Plugin for BlueprintsPlugin {
|
|||
.in_set(GltfBlueprintsSet::Spawn),
|
||||
)
|
||||
.add_systems(
|
||||
Update,
|
||||
PostUpdate,
|
||||
(spawned_blueprint_post_process, apply_deferred)
|
||||
.chain()
|
||||
.in_set(GltfBlueprintsSet::AfterSpawn),
|
||||
|
|
Loading…
Reference in New Issue