Closed PJK136 closed 7 years ago
I don't think this will reliably do what you want. Components are allocated IDs statically by the compiler, so their order is not (necessarly) deterministic. If their order is not deterministic, destruction order won't be either.
You're right, sorry for the miss!
Especially useful when components have dependencies and need to be removed/destroyed in the opposite order.