You've already forked godot
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:
@@ -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]
|
||||
Reference in New Issue
Block a user