mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-04 16:26:25 +00:00
With change 104392e the code to update node indices on removal was erronously removed.
The out of date indices would cause crashes while selecting nodes in a graph editor (e.g. animation tree) and selected nodes are oftern pushed to beginning or end of the child list for the parent.