Avokadoen / ecez

A WIP ecs API for Zig!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Component storage is not aligned

Avokadoen opened this issue · comments

Depending on usage of ecez, a end user might see panic caused by "incorrect alignment".
This is caused by storage only storing u8. We need to either store actual types, or convert Arraylist to have individual alignment requirement