CogEngine: refactor Selection window to share the actor list with other windows such as the Collision Tester window

This commit is contained in:
Arnaud Jamin
2024-01-08 01:36:25 -05:00
parent 78ec4d06fa
commit c959ccab81
31 changed files with 649 additions and 463 deletions
@@ -140,7 +140,7 @@ void FCogAIWindow_BehaviorTree::RenderContent()
ImGui::EndMenu();
}
FCogWindowWidgets::MenuSearchBar(Filter);
FCogWindowWidgets::SearchBar(Filter);
ImGui::EndMenuBar();
}
@@ -46,7 +46,7 @@ void FCogAIWindow_Blackboard::RenderContent()
ImGui::EndMenu();
}
FCogWindowWidgets::MenuSearchBar(Filter);
FCogWindowWidgets::SearchBar(Filter);
ImGui::EndMenuBar();
}