Hands-on Rust: not all monsters destroyed on collision (page 140)

I believe the problem is that on p138, build_monster_scheduler() is missing:

.add_system(collisions::collisions_system())
.flush()
1 Like