Calling RemoveEntity(world, eid) doesn't remove an entity from a query or the component array. Calling RemoveComponent() on the appropriate component does remove the entity from both though. Is this a bug with RemoveEntity() or am I calling the function incorrectly?
Calling RemoveEntity(world, eid) doesn't remove an entity from a query or the component array. Calling RemoveComponent() on the appropriate component does remove the entity from both though. Is this a bug with RemoveEntity() or am I calling the function incorrectly?
Thanks!