From 6be63195f07161c97f4d8e29edec12ea15b88522 Mon Sep 17 00:00:00 2001 From: max Date: Tue, 15 Oct 2024 23:19:46 +0200 Subject: [PATCH] comment --- Nerfed.Editor/Systems/EditorHierarchyWindow.cs | 1 + 1 file changed, 1 insertion(+) 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) {