Skip to content

Commit eae3d7c

Browse files
committed
Update PanelHierarchy.cpp
1 parent 958204a commit eae3d7c

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

SparkEngine/PanelHierarchy.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ void PanelHierarchy::Draw()
2222

2323
DrawNode(App->scene->root->transform);
2424

25-
for (int i = 0; i < App->scene->root->transform->GetChildCount(); i++)
26-
{
27-
DrawNode(App->scene->root->transform->GetChildren()[i]);
28-
}
29-
3025
ImGui::End();
3126
}
3227

0 commit comments

Comments
 (0)