-
-
Notifications
You must be signed in to change notification settings - Fork 455
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
ecs_struct gives error: xxx matches with actual type but alignment is different #1016
Labels
bug
Something isn't working
Comments
Found a workaround by doing this, it seems like alignment is mismatch with
|
Yeah |
SanderMertens
added a commit
that referenced
this issue
Aug 3, 2023
SanderMertens
added a commit
that referenced
this issue
Aug 4, 2023
SanderMertens
added a commit
that referenced
this issue
Aug 4, 2023
Fixed! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With the following code snippet, ecs_struct gives error:
error: meta.c: 283: computed size for 'versor' matches with actual type but alignment is different (4 vs. 16)
Can anyone show me where I did wrong? Many thanks!
The text was updated successfully, but these errors were encountered: