Closed tuxiqae closed 3 years ago
Thanks for detecting the typo. I think I meant that line to be value.f32() (followed by an value.f64() line). If change it to that instead of deleting the line then I'll merge.
value.f32()
value.f64()
I went ahead and changed f64() to f32(). Thanks for reporting.
My bad, sorry :stuck_out_tongue:
No worries :)
Thanks for detecting the typo. I think I meant that line to be
value.f32()
(followed by anvalue.f64()
line). If change it to that instead of deleting the line then I'll merge.