mirror of
https://github.com/tiennm99/godot.git
synced 2026-07-01 05:06:01 +00:00
e03b7b1935
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.