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 handling of UVec2, UVec3 and UVec4 as uint #242

Merged
merged 1 commit into from
Sep 5, 2024

Conversation

coreh
Copy link
Contributor

@coreh coreh commented Aug 31, 2024

Hey there 👋

Ron deserialization was failing for components using UVec types, because they were being mistakenly serialized as floats. This makes it so that they can be deserialized

Copy link
Owner

@kaosat-dev kaosat-dev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome fix, thanks a lot !

@kaosat-dev kaosat-dev merged commit d5f14bc into kaosat-dev:main Sep 5, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants