editor: entity name filtering
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user