[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
No known key found for this signature in database
GPG key ID: 8413210218EF35D2
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]