themis-ecs / themis-ts

Themis ECS is a Entity Component System written in TypeScript
MIT License
3 stars 0 forks source link

Blueprints dont update on dynamic queries #44

Closed cbartel closed 2 years ago

cbartel commented 2 years ago

https://github.com/themis-ecs/themis-ts/blob/8e6723a3e10b966019a07655ca1f2aa8ef076e77/src/internal/core/component-registry.ts#L148

as queries are now dynamic, the old logic is in fact wrong. When adding queries at runtime, it is needed to check if any blueprints are affected by this.

themis-ecs-ci commented 2 years ago

:tada: This issue has been resolved in version 3.1.1-beta.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

themis-ecs-ci commented 2 years ago

:tada: This issue has been resolved in version 3.1.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: