[LYN-3419] Removed now unused viewportSearch from ViewportTitleDlg and all related code.

This commit is contained in:
Chris Galvan
2021-04-30 06:58:16 -05:00
parent 217ba1e816
commit 9da11f9d3b
11 changed files with 2 additions and 537 deletions
@@ -2338,10 +2338,7 @@ void CObjectManager::UpdateVisibilityList()
// in the view (frustum) to the visible objects list so we can draw feedback for
// entities being hidden in the viewport when selected in the entity outliner
// (EditorVisibleEntityDataCache must be populated even if entities are 'hidden')
if (visible)
{
m_visibleObjects.push_back(obj);
}
m_visibleObjects.push_back(obj);
}
m_isUpdateVisibilityList = false;