mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-28 22:27:19 +00:00
the 'trunc' function was comparing integers with floats using the '>' operator, which is not supported in Android. This issue is now gone.
the 'trunc' function was comparing integers with floats using the '>' operator, which is not supported in Android. This issue is now gone.