You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
The `Vector2i` division operator casts doubles down to `int32_t`. It would thus truncate the fractional scale factor to 0 if less than 1, resulting in a FPE on x86_64.
159 KiB
159 KiB