end() crashes when the last component of an entity has been removed #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
gEntityManager.end()crashes when the last component of an entity is to be removed.Interesting. If I understand correctly you just removed all components from an entity?
I haven't thought about having entities without components. I would try to look at that tomorrow. It shouldn't be very hard to implement.
assigned to @Mergul
I've implemented "empty" entities in 2-empty-entity-crash branch. Can you check if that works for you?
mentioned in commit
8ac9fa5dbdWorks fine in my test, thx.
mentioned in merge request !27
mentioned in commit
50fa2ce19c