feat: Update to Bevy 0.18 (#202)

This commit is contained in:
Pierce Thompson
2026-01-21 15:14:48 -05:00
committed by GitHub
parent 11bf9442e1
commit 3974766f7a
9 changed files with 1213 additions and 1036 deletions

View File

@@ -120,7 +120,7 @@ fn on_tracker_add(mut world: DeferredWorld, HookContext { entity, .. }: HookCont
if world
.entity(entity)
.get_components::<Has<Children>>()
.is_some_and(identity)
.is_ok_and(identity)
{
return;
}