Fix crash

This commit is contained in:
Jan Hohenheim 2024-03-07 14:57:53 +01:00
parent 3b7b5f28bd
commit 86c965e102
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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),