diff options
author | Antonio Dell'Annunziata <contact@antonio-da.dev> | 2022-07-28 18:52:15 +0200 |
---|---|---|
committer | Antonio Dell'Annunziata <contact@antonio-da.dev> | 2022-07-28 18:52:29 +0200 |
commit | e03b7b1935954bb075d8d975a9b7a3a73c7cfa84 (patch) | |
tree | 7b335ace96279c18d816752a72a311f2869005ec /doc/classes/Area2D.xml | |
parent | c4d7a5d22a8c4f88966d43076266f26a52987bf6 (diff) |
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.
Diffstat (limited to 'doc/classes/Area2D.xml')
0 files changed, 0 insertions, 0 deletions