chickensoft-games / LogicBlocks

Human-friendly, hierarchical state machines for games and apps in C#.
https://www.nuget.org/packages/Chickensoft.LogicBlocks
MIT License
152 stars 6 forks source link

fix: inputs added on first attach will be queued correctly now #28

Closed definitelyokay closed 6 months ago

definitelyokay commented 6 months ago

Fixes a minor oversight from the previous big chance: inputs added during initial state loading from the attach callbacks will queue, rather than processing instantly like they were.