godot-cpp/src
Joël Lamotte (Klaim) 5134c82573 Fixes crash in ClassDB::deinitialize due to usage of invalid iterator.
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.
2023-10-05 16:58:49 +02:00
..
classes Changes necessary for hot reload to work 2023-09-25 22:13:33 -05:00
core Fixes crash in ClassDB::deinitialize due to usage of invalid iterator. 2023-10-05 16:58:49 +02:00
variant Implement `callable_mp()` and `callable_mp_static()` 2023-09-21 15:17:50 -05:00
godot.cpp Implement `callable_mp()` and `callable_mp_static()` 2023-09-21 15:17:50 -05:00