You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when adding 0.1 to 0, it gives a lot of 9 instead of just 0.1 in libretro
thing i did to it is just this: x=x+0.1 and then print(x)
i dont know so much about how does libretro and tic-80 works but i think doing same thing as standalone would fix this issue
The text was updated successfully, but these errors were encountered:
The difference is odd, but it could also be a difference in string formatting. I suggest trying some things with a huge precision forced in the output.
when adding 0.1 to 0, it gives a lot of 9 instead of just 0.1 in libretro
thing i did to it is just this:
x=x+0.1
and thenprint(x)
i dont know so much about how does libretro and tic-80 works but i think doing same thing as standalone would fix this issue
The text was updated successfully, but these errors were encountered: