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

Fix bug in event broadcasting #12

Merged
merged 3 commits into from
Feb 12, 2024
Merged

Fix bug in event broadcasting #12

merged 3 commits into from
Feb 12, 2024

Commits on Feb 12, 2024

  1. Fix bug in event broadcasting

    When a component is added or removed from an entity, the system list
    currently being iterated over may no longer match the target entity.
    To fix this, events are now only handled once the current event has
    finished broadcasting. Still not entirely sure that this is the most
    desirable behavior though.
    
    The `EventPtr` and `EventMut` interface also had an update.
    rj00a committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    7846ef3 View commit details
    Browse the repository at this point in the history
  2. fmt

    rj00a committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    5a53742 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    535e2cc View commit details
    Browse the repository at this point in the history