Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Alien Cake Addict example despawn warnings (#7236)
# Problem The example's `teardown` system despawns all entities besides the camera using `despawn_recursive` causing it to despawn child entities multiple times which logs a warning. ![image](https://user-images.githubusercontent.com/29694403/212756554-06b3fa42-ddcb-4a05-b841-f587488a10fc.png) # Solution Use `despawn` instead. Co-authored-by: Devil Ira <[email protected]>
- Loading branch information