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

Some Mathf functions cause segmentation fault when used. #89

Closed
aryanbaburajan opened this issue Feb 26, 2022 · 0 comments · Fixed by #92
Closed

Some Mathf functions cause segmentation fault when used. #89

aryanbaburajan opened this issue Feb 26, 2022 · 0 comments · Fixed by #92
Labels
bug Something isn't working

Comments

@aryanbaburajan
Copy link
Member

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.
image
So yep, that'll be an easy fix :')

@aryanbaburajan aryanbaburajan added the bug Something isn't working label Feb 26, 2022
aryanbaburajan added a commit that referenced this issue Mar 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant