Infinite recursion when adding component with cyclic With
relationship
#1063
Labels
enhancement
New feature or request
With
relationship
#1063
Describe the bug
If two components
A
andB
exist, that have a pair(With, $other)
, then adding the component to an entity enters into a seemingly infinite recursion and segfaults.To Reproduce
Expected behavior
Adding either component adds the other.
Additional context
Using flecs commit 5030db9
The text was updated successfully, but these errors were encountered: