We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
null
The return type for some functions does not include null:
gl-matrix/src/mat4.js
Lines 286 to 293 in 4480752
when in actuality they can return null:
Lines 328 to 330 in 4480752
This can lead to unexpected runtime errors.
The text was updated successfully, but these errors were encountered:
i would like to work on this issue. please assign me.
Sorry, something went wrong.
No branches or pull requests
The return type for some functions does not include
null
:gl-matrix/src/mat4.js
Lines 286 to 293 in 4480752
when in actuality they can return
null
:gl-matrix/src/mat4.js
Lines 328 to 330 in 4480752
This can lead to unexpected runtime errors.
The text was updated successfully, but these errors were encountered: