This commit is contained in:
max 2024-10-15 23:19:46 +02:00
parent 9387bfa59c
commit 6be63195f0

View File

@ -133,6 +133,7 @@ private void DrawEntityAndChildren(in Entity entity)
ImGui.EndDragDropTarget();
}
// Draw children.
ReverseSpanEnumerator<Entity> childEntities = World.InRelations<ChildParentRelation>(entity);
foreach (Entity childEntity in childEntities)
{