1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-11 13:10:58 +00:00

[GDScript] Fix range helper method using 32-bit ints for arguments.

This commit is contained in:
Pāvels Nadtočajevs
2025-08-07 00:00:56 +03:00
parent 80a219a58a
commit b21e6529e6
3 changed files with 33 additions and 13 deletions

View File

@@ -0,0 +1,4 @@
GDTEST_OK
[2147483640, 2147483641, 2147483642, 2147483643, 2147483644, 2147483645, 2147483646]
[2147483640, 2147483641, 2147483642, 2147483643, 2147483644, 2147483645, 2147483646, 2147483647]
[9922147483640, 9922147483641, 9922147483642, 9922147483643, 9922147483644, 9922147483645, 9922147483646]