![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | GodotUser |
Hello,
Does anyone know of any rounding issues with floating point when using stepify
with set_text
?
Example I did a simple test to verify it works WITHOUT using set_text
:
TestFloat
1.555
Stepify TestFloat:
1.56
When I use stepify
WITH set_text
I get 1.55