1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00
Files
godot/core/templates
Rémi Verschelde 7b7ccf25b6 LocalVector: Don't error if from >= count
Vector handles this silently by returning -1, and we should do the same here.
Otherwise we get errors when calling `find()` on e.g. a LocalVector of size 0,
while `find()` is expected to always work (if the parameters are invalid then
it doesn't find anything, so -1).

Fixup to #49925.
2021-07-01 12:16:33 +02:00
..
2021-06-09 13:10:49 -03:00
2021-06-09 13:10:49 -03:00
2021-01-01 20:19:21 +01:00
2021-04-14 11:43:45 +02:00
2021-01-01 20:19:21 +01:00
2021-02-18 17:12:46 +01:00
2021-06-29 12:28:08 -03:00
2021-01-01 20:19:21 +01:00
2021-01-29 12:02:13 +01:00
2021-01-01 20:19:21 +01:00
2021-01-01 20:19:21 +01:00