Files
godot/core
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-25 17:32:45 -03:00
2021-06-11 18:48:42 +02:00
2021-02-18 17:12:46 +01:00
2021-06-25 17:32:45 -03:00
2021-02-10 19:31:24 -03:00
2021-02-10 19:31:24 -03:00
2021-01-01 20:19:21 +01:00
2021-06-25 17:32:45 -03:00
2021-01-01 20:19:21 +01:00
2021-01-01 20:19:21 +01:00