mirror of
https://github.com/godotengine/godot.git
synced 2026-01-01 05:49:28 +03:00
the 'trunc' function was comparing integers with floats using the '>' operator, which is not supported in Android. This issue is now gone.
(cherry picked from commit 9f68b4fea3)