Antonio Dell'Annunziata e03b7b1935
fix(gdscript): Fix out of bounds crash after reloading member variables
The crash happens because the members Vector is resized, while the member_indices_cache still has the old indices saved.
On deleting a member from the script this can result to a cached index of 1 while the members Vector size is only 1.
2022-07-28 18:52:29 +02:00
..
2022-05-04 17:34:51 +02:00
2022-05-04 17:34:51 +02:00
2022-05-04 17:34:51 +02:00
2022-07-23 07:31:17 +02:00
2022-05-04 17:34:51 +02:00
2022-07-23 07:31:17 +02:00
2022-05-16 10:37:48 +02:00
2022-05-04 17:34:51 +02:00
2022-07-21 20:11:29 -05:00
2022-05-04 17:34:51 +02:00
2022-05-04 17:34:51 +02:00