diff --git a/Nerfed.Editor/Systems/EditorHierarchyWindow.cs b/Nerfed.Editor/Systems/EditorHierarchyWindow.cs index 6f80462..f300951 100644 --- a/Nerfed.Editor/Systems/EditorHierarchyWindow.cs +++ b/Nerfed.Editor/Systems/EditorHierarchyWindow.cs @@ -133,6 +133,7 @@ private void DrawEntityAndChildren(in Entity entity) ImGui.EndDragDropTarget(); } + // Draw children. ReverseSpanEnumerator childEntities = World.InRelations(entity); foreach (Entity childEntity in childEntities) {