comment
This commit is contained in:
@ -133,6 +133,7 @@ namespace Nerfed.Editor.Systems
|
|||||||
ImGui.EndDragDropTarget();
|
ImGui.EndDragDropTarget();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Draw children.
|
||||||
ReverseSpanEnumerator<Entity> childEntities = World.InRelations<ChildParentRelation>(entity);
|
ReverseSpanEnumerator<Entity> childEntities = World.InRelations<ChildParentRelation>(entity);
|
||||||
foreach (Entity childEntity in childEntities)
|
foreach (Entity childEntity in childEntities)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user