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

GLTF: fix segfault in animNormals memcpy when mesh.normals == NULL #3103

Merged
merged 1 commit into from
Jun 10, 2023

Conversation

charles-l
Copy link
Contributor

I ran across a GLTF file with animation data but no normals which caused raylib to segfault on a memcpy since normals were expected to be defined. This PR fixes it.

@raysan5 raysan5 merged commit 2e00d16 into raysan5:master Jun 10, 2023
@raysan5
Copy link
Owner

raysan5 commented Jun 10, 2023

@charles-l thanks for the review!

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