[GDScript] Fix range helper method using 32-bit ints for arguments.
This commit is contained in:
parent
80a219a58a
commit
b21e6529e6
3 changed files with 33 additions and 13 deletions
|
|
@ -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]
|
||||
Loading…
Add table
Add a link
Reference in a new issue