Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RemoveEntity() doesn't remove entity from Queries or Component #94

Open
ScottLHelm opened this issue Jul 28, 2022 · 1 comment
Open
Labels
bug Something isn't working enhancement New feature or request

Comments

@ScottLHelm
Copy link

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!

@NateTheGreatt NateTheGreatt added bug Something isn't working enhancement New feature or request labels Jul 29, 2022
@speigg
Copy link

speigg commented Aug 22, 2022

@ScottLHelm I think this has been fixed on master; you should be able to test by installing directly from git

"bitecs": "github:NateTheGreatt/bitECS#master"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants