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 missing mut in Mat4::as_mut_array #161

Merged
merged 1 commit into from
Sep 3, 2023
Merged

Conversation

sjb3d
Copy link
Contributor

@sjb3d sjb3d commented Sep 3, 2023

Hello again, this is a typo fix to make the output of Mat4::as_mut_array mutatable, to match the other matrix sizes.

If you have time to take a look for the next update then that would be awesome, thanks!

@fu5ha
Copy link
Owner

fu5ha commented Sep 3, 2023

Sure, I'll do one now :) This is a breaking change of the api, buuuuuut the fact hat it was clearly wrong and you're the first person to report it suggests to me nobody else has used it, so I think I'll cheat and get it into a patch version anyway

@fu5ha fu5ha merged commit cedeb85 into fu5ha:main Sep 3, 2023
3 checks passed
@sjb3d
Copy link
Contributor Author

sjb3d commented Sep 3, 2023

Great, thanks!

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