Changed the way the step decimals are computed to a safer way, fixes many issues.
This commit is contained in:
parent
8d4d167234
commit
9151eb591d
6 changed files with 27 additions and 22 deletions
|
|
@ -113,6 +113,7 @@ uint32_t ihash3( uint32_t a)
|
|||
|
||||
MainLoop* test() {
|
||||
|
||||
print_line(itos(Math::step_decimals( 0.0001 )));
|
||||
return NULL;
|
||||
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue