You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 19:41:11 +00:00
Changed the way the step decimals are computed to a safer way, fixes many issues.
This commit is contained in:
@@ -113,6 +113,7 @@ uint32_t ihash3( uint32_t a)
|
||||
|
||||
MainLoop* test() {
|
||||
|
||||
print_line(itos(Math::step_decimals( 0.0001 )));
|
||||
return NULL;
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user