5134c82573
After the removed call to `std::vector::erase` all iterators, `i` included, are invalidated and therefore this code has undefined behavior (which can or not lead to a crash). This change delays the removal of class names from `class_register_order` to after having gone through it's content, removing the undefined behavior. |
||
---|---|---|
.. | ||
classes | ||
core | ||
variant | ||
godot.cpp |