rj00a / evenio

An event-driven Entity Component System
MIT License
132 stars 14 forks source link

Fix bug in entity despawning #32

Closed rj00a closed 5 months ago

rj00a commented 5 months ago

When entities were swap removed from archetypes, the displaced entity's EntityLocation was not updated properly.

Closes #31