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

Fixed glms_mat4_ins3 bug. #345

Merged
merged 1 commit into from Aug 30, 2023
Merged

Fixed glms_mat4_ins3 bug. #345

merged 1 commit into from Aug 30, 2023

Conversation

telephone001
Copy link
Contributor

Pat4_ins3 should copy mat3s to upper left mat4s. Previously, it just created an uninitialized mat4s r and put the mat3 into that and returned it. Now it takes in a mat4s argument and copies the mat3s to that.

…made a new mat4s r and put the mat3 into that and returned it. Now it takes in a mat4s and copies the mat3s to that.
@recp recp merged commit f496146 into recp:master Aug 30, 2023
33 checks passed
@recp
Copy link
Owner

recp commented Aug 30, 2023

Hi @telephone001,

Nice catch, many thanks, the PR is merged 🚀

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.

None yet

2 participants