JaimeGensler / thyseus

An archetypal Entity Component System, built entirely in Typescript
MIT License
74 stars 3 forks source link

[events] Fix EventWriter copy mechanics #38

Closed JaimeGensler closed 1 year ago

JaimeGensler commented 1 year ago

Resolves some bugs that could cause memory corruption when using strings with events. Also pads for potential 8-byte alignment, probably not vital but good to do anyway 🤷