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
Mathf
Describe the bug Some Mathf functions cause segmentation fault when used.
To Reproduce Try either one of the following methods:
Mathf::Ceil()
Mathf::Floor()
Mathf::Round()
Mathf::Sqrt()
Additional context By looking at the source code, it's obvious why the segmentation fault is occuring. So yep, that'll be an easy fix :')
The text was updated successfully, but these errors were encountered:
Merge pull request #92 from TheDuckDev/main
3edcb5b
Fix #89, #90, #91
Successfully merging a pull request may close this issue.
Describe the bug
Some
Mathf
functions cause segmentation fault when used.To Reproduce
Try either one of the following methods:
Mathf::Ceil()
Mathf::Floor()
Mathf::Round()
Mathf::Sqrt()
Additional context
By looking at the source code, it's obvious why the segmentation fault is occuring.
So yep, that'll be an easy fix :')
The text was updated successfully, but these errors were encountered: