issues
search
Ukendio
/
jecs
A fast, portable Entity Component System for Luau
https://ukendio.github.io/jecs/
MIT License
146
stars
26
forks
source link
Resolve cycles in world:delete
#129
Closed
Ukendio
closed
1 month ago
Ukendio
commented
1 month ago
Corrected some unit tests
Resolves cycles where entities depend on each other. The fix is simply to delete the parent after its children
Fixed bug where deleting an entity without an archetype would not properly cleanup its children