editor: entity name filtering

This commit is contained in:
Turánszki János
2023-01-20 21:02:46 +01:00
parent 20fab294f5
commit 752efaa522
7 changed files with 77 additions and 29 deletions
+5
View File
@@ -1695,6 +1695,11 @@ void EditorComponent::Update(float dt)
{
wi::renderer::SetToDrawDebugColliders(optionsWnd.generalWnd.colliderVisCheckBox.GetCheck());
}
if (optionsWnd.filterInput.GetState() == wi::gui::WIDGETSTATE::ACTIVE)
{
optionsWnd.RefreshEntityTree();
}
}
void EditorComponent::PostUpdate()
{