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

core:math/fixed undefined var in init_from_parts #3384

Closed
blob1807 opened this issue Apr 6, 2024 · 0 comments · Fixed by #3385
Closed

core:math/fixed undefined var in init_from_parts #3384

blob1807 opened this issue Apr 6, 2024 · 0 comments · Fixed by #3385

Comments

@blob1807
Copy link
Contributor

blob1807 commented Apr 6, 2024

Context

Odin: dev-2024-04:280adc8a8
OS: Windows 11 Home Basic (version: 23H2), build 22631.3296
CPU: AMD Ryzen 7 6800HS with Radeon Graphics
RAM: 15608 MiB
Backend: LLVM 17.0.1

Bug

The below line, as part of init_from_parts, uses an undefined var & may not be needed. I assume it's just a copy paste mistake.

i, f := math.modf(val)

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 a pull request may close this issue.

1 participant